aws-rotate-key: 1.0.4 -> 1.0.6

This commit is contained in:
Markus Hauck 2019-09-04 09:37:25 +02:00
parent 6df37c9aab
commit 3b32921a05

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "aws-rotate-key";
version = "1.0.4";
version = "1.0.6";
goPackagePath = "github.com/Fullscreen/aws-rotate-key";
@ -10,7 +10,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "Fullscreen";
repo = "aws-rotate-key";
sha256 = "14bcs434646qdywws55r1a1v8ncwz8n0yljaa8zb5796pv4445wf";
sha256 = "sha256:1w9704g1l2b0y6g6mk79g28kk0yaswpgljkk85d0i10wyxq4icby";
};
goDeps = ./deps.nix;