From bb058c63ed06394e6efd892f8a134c3c61ce5645 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Thu, 16 Oct 2025 17:10:47 +0800 Subject: [PATCH] foot: 1.24.0 -> 1.25.0 Diff: https://codeberg.org/dnkl/foot/compare/1.24.0...1.25.0 Changelog: https://codeberg.org/dnkl/foot/releases/tag/1.25.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 0b2f1cdf6fc8..bafdde217258 100644 --- a/pkgs/by-name/fo/foot/package.nix +++ b/pkgs/by-name/fo/foot/package.nix @@ -27,7 +27,7 @@ }: let - version = "1.24.0"; + version = "1.25.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-uex2p28rKBwnqPjO1Pen1GA3a9mEnrcpIb1oIUJv/Lk="; + hash = "sha256-s7SwIdkWhBKcq9u4V0FLKW6CA36MBvDyB9ELB0V52O0="; }; separateDebugInfo = true;