Unverified Commit 7db14a95 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

aws-codeartifact-proxy: 0.6.0 -> 1.0.0 (#458004)

parents 7170c83a 372022d8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@

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

  src = fetchFromGitHub {
    owner = "sktan";
    repo = "aws-codeartifact-proxy";
    rev = "v${version}";
    hash = "sha256-+P0AIg5m7nePy+Yd445nVfLVxya80Om9lJTPKZeTshc=";
    hash = "sha256-dcUJ2r0VBUNk8kKY1fPkUHoJi1fhAQbd2K+9MC/ddGE=";
  };
  sourceRoot = "${src.name}/src";

  vendorHash = "sha256-3MO+mRCstXw0FfySiyMSs1vaao7kUYIyJB2gAp1IE48=";
  vendorHash = "sha256-5D/aKNU7ZtDMJW+KImBwN4bhpSexsldtCtA3IIHJrQU=";

  meta = {
    description = "AWS CodeArtifact proxy to allow unauthenticated read access";