We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ee0187 + 487c9bd commit 8af52ffCopy full SHA for 8af52ff
pkgs/by-name/aw/aws-codeartifact-proxy/package.nix
@@ -6,13 +6,13 @@
6
7
buildGoModule rec {
8
pname = "aws-codeartifact-proxy";
9
- version = "0.5.1";
+ version = "0.6.0";
10
11
src = fetchFromGitHub {
12
owner = "sktan";
13
repo = "aws-codeartifact-proxy";
14
rev = "v${version}";
15
- hash = "sha256-289iYPI8J64nRa0PTf47/FQAEqA+rTzalz6S71vFLzs=";
+ hash = "sha256-+P0AIg5m7nePy+Yd445nVfLVxya80Om9lJTPKZeTshc=";
16
};
17
sourceRoot = "${src.name}/src";
18
0 commit comments