mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #47607 from mbode/aws-rotate-key_1_0_2
aws-rotate-key: 1.0.0 -> 1.0.3
This commit is contained in:
commit
d27fc43fc6
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "aws-rotate-key-${version}";
|
name = "aws-rotate-key-${version}";
|
||||||
version = "1.0.0";
|
version = "1.0.3";
|
||||||
|
|
||||||
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 = "13q7rns65cj8b4i0s75dbswijpra9z74b462zribwfjdm29by5k1";
|
sha256 = "15na7flc0vp14amaq3116a5glqlb4ydvdlzv0q7mwl73pc38zxn3";
|
||||||
};
|
};
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
Loading…
Reference in New Issue
Block a user