Commit 0aa88a9e authored by 1adept's avatar 1adept
Browse files

foot: update 1.22.0 -> 1.22.2

parent 699c9444
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
}:

let
  version = "1.22.0";
  version = "1.22.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
@@ -103,8 +103,8 @@ stdenv.mkDerivation {
    domain = "codeberg.org";
    owner = "dnkl";
    repo = "foot";
    hash = "sha256-OCDFfOEyE8CrgisswSfPXH1rNoaM1C1ztm9R77P0MOk=";
    tag = version;
    hash = "sha256-eX9nSAl2pHbJU8g80q3RifDlFh00LSi8GvYU4+rlIsA=";
  };

  separateDebugInfo = true;