foot: 1.17.0 -> 1.17.1

This commit is contained in:
Ashish SHUKLA 2024-04-12 07:14:43 +00:00
parent 1042fd8b14
commit a6090bcf94
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
}:
let
version = "1.17.0";
version = "1.17.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
@ -99,7 +99,7 @@ stdenv.mkDerivation {
owner = "dnkl";
repo = "foot";
rev = version;
hash = "sha256-H4a9WQox7vD5HsY9PP0nrNDZtyaRFpsphsv8/qstNH8=";
hash = "sha256-B6RhzsOPwczPLJRx3gBFZZvklwx9IwqplRG2vsAPIlg=";
};
separateDebugInfo = true;