Unverified Commit 04326b24 authored by rewine's avatar rewine Committed by GitHub
Browse files

Merge pull request #303540 from wahjava/update-foot

foot: 1.17.0 -> 1.17.1
parents ef656380 a6090bcf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;