Merge pull request #68090 from markus1189/aws-rotate-key-1-0-6
aws-rotate-key: 1.0.4 -> 1.0.6
This commit is contained in:
commit
89f9948082
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "aws-rotate-key";
|
pname = "aws-rotate-key";
|
||||||
version = "1.0.4";
|
version = "1.0.6";
|
||||||
|
|
||||||
goPackagePath = "github.com/Fullscreen/aws-rotate-key";
|
goPackagePath = "github.com/Fullscreen/aws-rotate-key";
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ buildGoPackage rec {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "Fullscreen";
|
owner = "Fullscreen";
|
||||||
repo = "aws-rotate-key";
|
repo = "aws-rotate-key";
|
||||||
sha256 = "14bcs434646qdywws55r1a1v8ncwz8n0yljaa8zb5796pv4445wf";
|
sha256 = "sha256:1w9704g1l2b0y6g6mk79g28kk0yaswpgljkk85d0i10wyxq4icby";
|
||||||
};
|
};
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
|
Loading…
Reference in New Issue