Skip to content

Commit

Permalink
aws-codeartifact-proxy: 0.5.1 -> 0.6.0 (NixOS#366518)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 19, 2024
2 parents 0ee0187 + 487c9bd commit 8af52ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/aw/aws-codeartifact-proxy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

buildGoModule rec {
pname = "aws-codeartifact-proxy";
version = "0.5.1";
version = "0.6.0";

src = fetchFromGitHub {
owner = "sktan";
repo = "aws-codeartifact-proxy";
rev = "v${version}";
hash = "sha256-289iYPI8J64nRa0PTf47/FQAEqA+rTzalz6S71vFLzs=";
hash = "sha256-+P0AIg5m7nePy+Yd445nVfLVxya80Om9lJTPKZeTshc=";
};
sourceRoot = "${src.name}/src";

Expand Down

0 comments on commit 8af52ff

Please sign in to comment.