From fd793921ee660a7dd605b4d9e3e159293e5b7df4 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Fri, 3 Jan 2025 13:43:24 +0000 Subject: [PATCH] foot: 1.20.0 -> 1.20.1 Changes: https://codeberg.org/dnkl/foot/releases/tag/1.20.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 f1f7b5e5021d..46a77c1c568e 100644 --- a/pkgs/by-name/fo/foot/package.nix +++ b/pkgs/by-name/fo/foot/package.nix @@ -27,7 +27,7 @@ }: let - version = "1.20.0"; + version = "1.20.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 @@ -104,7 +104,7 @@ stdenv.mkDerivation { owner = "dnkl"; repo = "foot"; rev = version; - hash = "sha256-bvU8A2y/9ETqgFtBUZ5wp0dXybTCLl32yY/BB6r/pd8="; + hash = "sha256-0tnB6fCZEUAlQ3iPxXXlJ5EXPMeWSNIHsIWV4d3cuKM="; }; separateDebugInfo = true;