foot: 1.16.1 -> 1.16.2
This commit is contained in:
parent
01d41876d3
commit
5ae713a2e4
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue