Unverified Commit 8af52ff6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

aws-codeartifact-proxy: 0.5.1 -> 0.6.0 (#366518)

parents 0ee01876 487c9bd4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";