aws-codeartifact-proxy: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm
2026-06-18 06:24:47 +00:00
parent a0fe7a7f2e
commit 61526d6bd9
@@ -6,17 +6,17 @@
buildGoModule (finalAttrs: {
pname = "aws-codeartifact-proxy";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "sktan";
repo = "aws-codeartifact-proxy";
rev = "v${finalAttrs.version}";
hash = "sha256-dcUJ2r0VBUNk8kKY1fPkUHoJi1fhAQbd2K+9MC/ddGE=";
hash = "sha256-iCUnlpQBXMI99gYE/YqNHq0pMsjHaB8BR2HV5GZwPi4=";
};
sourceRoot = "${finalAttrs.src.name}/src";
vendorHash = "sha256-5D/aKNU7ZtDMJW+KImBwN4bhpSexsldtCtA3IIHJrQU=";
vendorHash = "sha256-pBKVg4h2Ta99ekQHNwaVjlTp6YhKa5tsq3zw1y4/IU0=";
meta = {
description = "AWS CodeArtifact proxy to allow unauthenticated read access";