From 3563c3932c569dab169ad12720f37d02ad45ae94 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Wed, 16 Jul 2025 08:37:16 +0000 Subject: [PATCH] foot: 1.22.3 -> 1.23.0 Changes: https://codeberg.org/dnkl/foot/releases/tag/1.23.0 --- 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 7a4e90148999..a1a8054227e2 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.3"; + version = "1.23.0"; # build stimuli file for PGO build and the script to generate it # independently of the foot's build, so we can cache the result @@ -104,7 +104,7 @@ stdenv.mkDerivation { owner = "dnkl"; repo = "foot"; tag = version; - hash = "sha256:1l5liw4dgv7hxdimyk5qycmkfjgimdrx51rjvdizpcfmdlkvg518"; + hash = "sha256-B7EKEIb6qA9UTRq0jdj1ShLhnldU0pwQPlkq6JrHWmI="; }; separateDebugInfo = true;