deterministic-zip: 5.2.0 -> 6.0.0 (#490504)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-14 21:17:39 +00:00
committed by GitHub
@@ -6,16 +6,16 @@
}:
buildGoModule (finalAttrs: {
pname = "deterministic-zip";
version = "5.2.0";
version = "6.0.0";
src = fetchFromGitHub {
owner = "timo-reymann";
repo = "deterministic-zip";
tag = finalAttrs.version;
hash = "sha256-rvheo/DkQTfpVy8fVRRwRA4G9mdMNArptxNT0sxdqnc=";
hash = "sha256-ew1R2twyl5hX+UA7nZoMnelwCDHwunNphBQZFqP6izs=";
};
vendorHash = "sha256-qLVeliB2+qRhF+iRE0zHyhBOTB7q31ZGCEH7kbSLSBA=";
vendorHash = "sha256-hEPZrS2D6YqlaaJXF8uyt+fJ38Adi3WvOq7v9dZuovI=";
ldflags = [
"-s"