mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
certmgr: make patch urls reproducible
This commit is contained in:
parent
04d60bdc53
commit
b9e8f5a206
@ -35,7 +35,9 @@ in
|
||||
# TODO: remove patch when PR is merged.
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://github.com/cloudflare/certmgr/pull/51.patch";
|
||||
# https://github.com/cloudflare/certmgr/pull/51
|
||||
name = "cloudflare-certmgr-pull-51.patch";
|
||||
url = "https://github.com/cloudflare/certmgr/compare/232e0adf8379db28ab74c46e0dd3eddb3cd8f2ea...55c595a4a2dc871726b3c8337469daf5597718a3.patch";
|
||||
sha256 = "0jhsw159d2mgybvbbn6pmvj4yqr5cwcal5fjwkcn9m4f4zlb6qrs";
|
||||
})
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user