foot: 1.16.1 -> 1.16.2

This commit is contained in:
Ludovico Piero 2023-11-04 21:22:30 +09:00 committed by sternenseemann
parent 01d41876d3
commit 5ae713a2e4

View file

@ -27,7 +27,7 @@
}:
let
version = "1.16.1";
version = "1.16.2";
# 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-laE4Ytt64ao1vvF05g4l1AkEnKPwKRYCVCybsX1Ae9U=";
hash = "sha256-hT+btlfqfwGBDWTssYl8KN6SbR9/Y2ors4ipECliigM=";
};
separateDebugInfo = true;