foot: 1.21.0 -> 1.22.0

Changes: https://codeberg.org/dnkl/foot/releases/tag/1.22.0
This commit is contained in:
Ashish SHUKLA
2025-04-19 20:47:32 +02:00
committed by sternenseemann
parent 1edd5ae134
commit ae0c0ebf75
+2 -2
View File
@@ -27,7 +27,7 @@
}:
let
version = "1.21.0";
version = "1.22.0";
# build stimuli file for PGO build and the script to generate it
# independently of the foot's build, so we can cache the result
@@ -104,7 +104,7 @@ stdenv.mkDerivation {
owner = "dnkl";
repo = "foot";
rev = version;
hash = "sha256:19hkw4g2l00wasmk5dn34rf3bhqh6zbwwhvz98bdcv90p761jws4";
hash = "sha256-OCDFfOEyE8CrgisswSfPXH1rNoaM1C1ztm9R77P0MOk=";
};
separateDebugInfo = true;