Skip to content

Commit

Permalink
aws-codeartifact-proxy: 0.5.1 -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 19, 2024
1 parent 41edc75 commit 487c9bd
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 487c9bd

Please sign in to comment.