aws-rotate-key: 1.0.3 -> 1.0.4

This commit is contained in:
Maximilian Bode 2018-11-18 15:39:01 +01:00
parent 9b95523469
commit 6fdaf0d06a

View file

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