aws-nuke: 2.20.0 -> 2.21.2
This commit is contained in:
parent
125f48d490
commit
62e87cbada
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "aws-nuke";
|
pname = "aws-nuke";
|
||||||
version = "2.20.0";
|
version = "2.21.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rebuy-de";
|
owner = "rebuy-de";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-UxisIhV23shgDC+9uN/YSPTHNa/hiPu8Rl06vxjJWNc=";
|
sha256 = "sha256-xROZGlQlbmeECLK3edfaCRIBB92gKjdQy2RpuFCiwsg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-sdEaYHH5ZsxF4aKyFMjh5YZVwx0dEbSY0S8R3L10ywM=";
|
vendorSha256 = "sha256-un1H5fZSo6OZOS+Wn7B1Fbe7YbtF4lMj0dT1B9YhtNA=";
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
if [ "x$outputHashAlgo" != "x" ]; then
|
if [ "x$outputHashAlgo" != "x" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user