nixpatches: fix hashes

This commit is contained in:
Colin 2024-03-23 09:29:34 +00:00
parent c404c8b2ae
commit 552d14b1b5
1 changed files with 2 additions and 2 deletions

View File

@ -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' {