foot: 1.20.0 -> 1.20.1

Changes: https://codeberg.org/dnkl/foot/releases/tag/1.20.1
This commit is contained in:
Ashish SHUKLA
2025-01-03 13:43:24 +00:00
parent 4140965898
commit fd793921ee
+2 -2
View File
@@ -27,7 +27,7 @@
}:
let
version = "1.20.0";
version = "1.20.1";
# 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-bvU8A2y/9ETqgFtBUZ5wp0dXybTCLl32yY/BB6r/pd8=";
hash = "sha256-0tnB6fCZEUAlQ3iPxXXlJ5EXPMeWSNIHsIWV4d3cuKM=";
};
separateDebugInfo = true;