From 4bbd98d2d16a32217207a7ecb2fc52a413fcabea Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Sat, 14 Mar 2026 16:30:29 +0100 Subject: [PATCH] foot: 1.26.0 -> 1.26.1 Changelog: https://codeberg.org/dnkl/foot/releases/tag/1.26.1 Diff: https://codeberg.org/dnkl/foot/compare/1.26.0...1.26.1 --- 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 11774e1446f6..01d9ab59d16f 100644 --- a/pkgs/by-name/fo/foot/package.nix +++ b/pkgs/by-name/fo/foot/package.nix @@ -27,7 +27,7 @@ }: let - version = "1.26.0"; + version = "1.26.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 @@ -103,7 +103,7 @@ stdenv.mkDerivation { owner = "dnkl"; repo = "foot"; tag = version; - hash = "sha256-XnGNrQVdSyg5CVBZBwrqDPbf4/+9yyerGBrZArbh6xI="; + hash = "sha256-N9/lxbz9nLIGC7VyuRbNbuX0K0XAxhytLzsU16BMCWY="; }; separateDebugInfo = true;