gojq: 0.12.17 -> 0.12.18 (#467003)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-02 05:43:04 +00:00
committed by GitHub
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule (finalAttrs: {
pname = "gojq";
version = "0.12.17";
version = "0.12.18";
src = fetchFromGitHub {
owner = "itchyny";
repo = "gojq";
rev = "v${finalAttrs.version}";
hash = "sha256-zJkeghN3btF/fZZeuClHV1ndB/2tTTMljEukMYe7UWU=";
hash = "sha256-9oqyNG8kaM4LmMWOZ2aQqabx97xw6Bt1PgjhVuPU+YE=";
};
vendorHash = "sha256-ZC0byawZLBwId5GcAgHXRdEOMUSAv4wDNHFHLrbhB+I=";
vendorHash = "sha256-NxhoCbDRduegRcBoZbNi2CB7QRXvqpLv7cAL2mEy9tM=";
ldflags = [
"-s"