Skip to content

Commit 8af52ff

Browse files
authored
aws-codeartifact-proxy: 0.5.1 -> 0.6.0 (#366518)
2 parents 0ee0187 + 487c9bd commit 8af52ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/aw/aws-codeartifact-proxy/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
buildGoModule rec {
88
pname = "aws-codeartifact-proxy";
9-
version = "0.5.1";
9+
version = "0.6.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "sktan";
1313
repo = "aws-codeartifact-proxy";
1414
rev = "v${version}";
15-
hash = "sha256-289iYPI8J64nRa0PTf47/FQAEqA+rTzalz6S71vFLzs=";
15+
hash = "sha256-+P0AIg5m7nePy+Yd445nVfLVxya80Om9lJTPKZeTshc=";
1616
};
1717
sourceRoot = "${src.name}/src";
1818

0 commit comments

Comments
 (0)