From 0aa88a9e315d2ad1cf599ea599da75e7b7dcdd46 Mon Sep 17 00:00:00 2001 From: 1adept <69433209+1adept@users.noreply.github.com> Date: Wed, 30 Apr 2025 15:59:33 +0200 Subject: [PATCH] foot: update 1.22.0 -> 1.22.2 --- pkgs/by-name/fo/foot/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/fo/foot/package.nix b/pkgs/by-name/fo/foot/package.nix index 5d4a9a6a87a8..987028a8d096 100644 --- a/pkgs/by-name/fo/foot/package.nix +++ b/pkgs/by-name/fo/foot/package.nix @@ -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;