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.
1 parent 41edc75 commit 487c9bdCopy full SHA for 487c9bd
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