From 552d14b1b5fd9506f7a00cf2a0dbdc961aab8b53 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 23 Mar 2024 09:29:34 +0000 Subject: [PATCH] nixpatches: fix hashes --- nixpatches/list.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 296d53235..f584bffd7 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -36,14 +36,14 @@ in [ prUrl = "https://github.com/NixOS/nixpkgs/pull/298001"; saneCommit = "d599839060400762a67d2c01d15b102ffe75e703"; title = "gnupg: fix cross compilation"; - hash = "sha256-Q6u9ThGd9V3V/sLZmABt35BHkTv77WeoPv/Rx3+APDs="; + hash = "sha256-d3kD2/UyMzzdBkiEdWtCibbWiPWBZLUWRry1TMkS25g="; }) (fetchpatch' { # fixes build break prUrl = "https://github.com/NixOS/nixpkgs/pull/297984"; title = "handbrake: 1.6.1 -> 1.7.3"; - hash = "sha256-WltkYq8frIzFFICo3IOyPjTr/advYEHuVFVGH4E9BKE="; + hash = "sha256-H++1ta/GkMEEgqskJNGEK26RIDDZ8DRU3XP3G91mXE0="; }) (fetchpatch' {