summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security/certstrap
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-14 11:19:48 +0000
committerJon <jonringer@users.noreply.github.com>2020-06-15 18:03:21 -0700
commit0aa73fdf13bba1d4b380c487dd40817075834ba5 (patch)
tree0dfa5c3b29952b135ae45d736ae839d1f785448d /pkgs/tools/security/certstrap
parent24c1e9c598dd7d862c7dd3ed9da529e5183fe34a (diff)
certstrap: 1.1.1 -> 1.2.0
Diffstat (limited to 'pkgs/tools/security/certstrap')
-rw-r--r--pkgs/tools/security/certstrap/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/certstrap/default.nix b/pkgs/tools/security/certstrap/default.nix
index fb3c00e48f91..4d2e2fe7e950 100644
--- a/pkgs/tools/security/certstrap/default.nix
+++ b/pkgs/tools/security/certstrap/default.nix
@@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "certstrap";
- version = "1.1.1";
+ version = "1.2.0";
goPackagePath = "github.com/square/certstrap";
@@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "square";
repo = "certstrap";
rev = "v${version}";
- sha256 = "0j7gi2nzykny7i0gjax9vixw72l9jcm4wnwxgm72hh1pji0ysa8n";
+ sha256 = "1ymchnn7c9g3pq7rw4lrwsd6z3wfjx90g7qgrw6r5hssl77mnscj";
};
meta = with stdenv.lib; {