argonaut: 2.16.0 -> 2.17.2

This commit is contained in:
R. Ryantm
2026-08-04 14:10:20 +00:00
parent 32d75cf7a3
commit cf205feaa0

View File

@@ -8,16 +8,16 @@
buildGoModule (finalAttrs: {
pname = "argonaut";
version = "2.16.0";
version = "2.17.2";
src = fetchFromGitHub {
owner = "darksworm";
repo = "argonaut";
tag = "v${finalAttrs.version}";
hash = "sha256-F67DyH0aJ4SmlCIj1i65yB5rFXZB0j5BREssS3V3WZQ=";
hash = "sha256-zx/9dpnrOTVVv3Fif//w7agqWtoKo00YrltlJn6axAs=";
};
vendorHash = "sha256-4AmciHL4CGtEwDAs7eAtjfWlzjoCLXAN2HEatev8gZg=";
vendorHash = "sha256-b9Xq7CTEvdwtNtgF9PRKp2HkVNzxm6z+yCmH5ny9Hfc=";
proxyVendor = true;
subPackages = [ "cmd/app" ];
ldflags = [