foot: 1.18.0 -> 1.19.0 (#350760)

This commit is contained in:
rewine 2024-10-25 10:27:58 +08:00 committed by GitHub
commit 12b2c139d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@
}:
let
version = "1.18.1";
version = "1.19.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
@ -98,7 +98,7 @@ stdenv.mkDerivation {
owner = "dnkl";
repo = "foot";
rev = version;
hash = "sha256:15s7fbkibvq53flf5yy9ad37y53pl83rcnjwlnfh96a4s5mj6v5d";
hash = "sha256-EY6VNrAxqA20RHLqfusbdxJPfEE7Fchi1W0noHfbxws=";
};
separateDebugInfo = true;