summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-10-19 03:02:46 +0300
committerGitHub <noreply@github.com>2023-10-19 03:02:46 +0300
commit5a1cc0e11dc9f5916db4c93d3080aa295f7f9247 (patch)
tree279c7bf16306002e0cb0d777708b67a0642eddae /pkgs/tools/security
parentc12ce83e4e763efd65257d9d89160c8d40ea72da (diff)
parentb9e8f5a206b8b8c11c06f250725256f7de962b27 (diff)
downloadnixpkgs-5a1cc0e11dc9f5916db4c93d3080aa295f7f9247.tar
nixpkgs-5a1cc0e11dc9f5916db4c93d3080aa295f7f9247.tar.gz
nixpkgs-5a1cc0e11dc9f5916db4c93d3080aa295f7f9247.tar.bz2
nixpkgs-5a1cc0e11dc9f5916db4c93d3080aa295f7f9247.tar.lz
nixpkgs-5a1cc0e11dc9f5916db4c93d3080aa295f7f9247.tar.xz
nixpkgs-5a1cc0e11dc9f5916db4c93d3080aa295f7f9247.tar.zst
nixpkgs-5a1cc0e11dc9f5916db4c93d3080aa295f7f9247.zip
Merge pull request #258431 from pbsds/stabilize-patches
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/certmgr/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/tools/security/certmgr/default.nix b/pkgs/tools/security/certmgr/default.nix
index e2318c853f1..da62e7d0568 100644
--- a/pkgs/tools/security/certmgr/default.nix
+++ b/pkgs/tools/security/certmgr/default.nix
@@ -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";
       })
     ];