summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-03-16 09:11:59 +0100
committerGitHub <noreply@github.com>2022-03-16 09:11:59 +0100
commit2348e3a7e4ed1b978082d158411fca94a99ffe81 (patch)
tree32d857ff950f0ecd22003e86b631e2cddfb590af /pkgs/tools/security
parentba54abc9be4b4ec343c0f9c3a863b6b8b8203430 (diff)
parentbaad4cbe62cbfc494495613cca0a17680a1fac21 (diff)
downloadnixpkgs-2348e3a7e4ed1b978082d158411fca94a99ffe81.tar
nixpkgs-2348e3a7e4ed1b978082d158411fca94a99ffe81.tar.gz
nixpkgs-2348e3a7e4ed1b978082d158411fca94a99ffe81.tar.bz2
nixpkgs-2348e3a7e4ed1b978082d158411fca94a99ffe81.tar.lz
nixpkgs-2348e3a7e4ed1b978082d158411fca94a99ffe81.tar.xz
nixpkgs-2348e3a7e4ed1b978082d158411fca94a99ffe81.tar.zst
nixpkgs-2348e3a7e4ed1b978082d158411fca94a99ffe81.zip
Merge pull request #164232 from fabaff/bump-step-ca
step-ca: 0.18.1 -> 0.18.2
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/step-ca/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/step-ca/default.nix b/pkgs/tools/security/step-ca/default.nix
index 97a42646312..b650b93f411 100644
--- a/pkgs/tools/security/step-ca/default.nix
+++ b/pkgs/tools/security/step-ca/default.nix
@@ -12,16 +12,16 @@
 
 buildGoModule rec {
   pname = "step-ca";
-  version = "0.18.1";
+  version = "0.18.2";
 
   src = fetchFromGitHub {
     owner = "smallstep";
     repo = "certificates";
     rev = "v${version}";
-    sha256 = "sha256-oebmJ+xrJTV5gXH3U1lWCSQMHiVnUTa0ZTp39sVB7KM=";
+    sha256 = "sha256-BhPup3q2muYGWzAa/9b4vnIjBces4GhUHZ/mg4CWMRc=";
   };
 
-  vendorSha256 = "sha256-IJXJS+Z93Hw1I1CAeRv4mq8as9DKebqNFa0IMgZ+Kic=";
+  vendorSha256 = "sha256-oVaziWZGslZCVqkEXL32XvOVU54VOf41Qg+VoVWo7x0=";
 
   ldflags = [ "-buildid=" ];