nixpatches: fix broken hash

This commit is contained in:
Colin 2023-12-23 10:23:28 +00:00
parent 237c493252
commit 31130d90bc

View File

@ -30,7 +30,7 @@ in [
title = "argyllcms: support cross compilation";
prUrl = "https://github.com/NixOS/nixpkgs/pull/275755";
saneCommit = "8114d5dabbf5f4f1e8c370b889d4f2986b63998b";
hash = "sha256-CaA2s6HmDrp4FJwhHbsH1oGrxmfizSfkNIbda4/jVQY=";
hash = "sha256-z/vY2CxdrUVd4n7w+m8aNffXaN/jH7IWEwRfWNr9w94=";
})
(fetchpatch' {
title = "ripgrep: fix shell completions when cross compiling";