Unverified Commit 4b7c4752 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

cacert: 3.115 -> 3.117 (#452132)

parents 9b5ee31a 9e6e5635
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ let
    lib.concatStringsSep "\n\n" extraCertificateStrings
  );

  srcVersion = "3.115";
  srcVersion = "3.117";
  version = if nssOverride != null then nssOverride.version else srcVersion;
  meta = with lib; {
    homepage = "https://curl.haxx.se/docs/caextract.html";
@@ -47,7 +47,7 @@ let
          owner = "nss-dev";
          repo = "nss";
          rev = "NSS_${lib.replaceStrings [ "." ] [ "_" ] version}_RTM";
          hash = "sha256-8PeFeaIOtjBZJLBx3ONwZlK5SaLnjKEFoZWvVsu/3tA=";
          hash = "sha256-sAs0TiV3TK/WtgHvEjl2KFAgebyWZYmcRcmxjpn2AME=";
        };

    dontBuild = true;