foot: 1.4.4 -> 1.5.1
Co-authored-by: sternenseemann <git@lukasepple.de>
This commit is contained in:
co-authored by
sternenseemann
parent
445e34a268
commit
e1678bf1b6
@@ -5,12 +5,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "foot";
|
pname = "foot";
|
||||||
version = "1.4.4";
|
version = "1.5.1";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://codeberg.org/dnkl/foot.git";
|
url = "https://codeberg.org/dnkl/foot.git";
|
||||||
rev = "${version}";
|
rev = version;
|
||||||
sha256 = "1cr4sz075v18clh8nlvgyxlbvfkhbsg0qrqgnclip5rwa24ry1lg";
|
sha256 = "sha256-GAk2qkrgCNILJOeRcn1NT4t3w+R6WFTZ1goOhBEwKwc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user