nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

gojq: 0.12.15 -> 0.12.16

+3 -3
+3 -3
pkgs/development/tools/gojq/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gojq"; 5 - version = "0.12.15"; 5 + version = "0.12.16"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "itchyny"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-2Og1Ek8Hnzd4KTgJurWtPaqm0W6ruoJ1RN2G+l/5yIY="; 11 + hash = "sha256-lCNh0J0vVvSJaNE9fu3X83YRZlWHOI4rQwmrGJDQWzk="; 12 12 }; 13 13 14 - vendorHash = "sha256-tZB52w15MpAO3UnrDkhmL1M3EIcm/QwrPy9gvJycuD0="; 14 + vendorHash = "sha256-ZC0byawZLBwId5GcAgHXRdEOMUSAv4wDNHFHLrbhB+I="; 15 15 16 16 ldflags = [ "-s" "-w" ]; 17 17