Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

humioctl: 0.31.1 -> 0.32.3

+3 -3
+3 -3
pkgs/applications/logging/humioctl/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "humioctl"; 5 - version = "0.31.1"; 5 + version = "0.32.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "humio"; 9 9 repo = "cli"; 10 10 rev = "v${version}"; 11 - hash = "sha256-L5Ttos0TL8m62Y69riwnGmB1cOVF6XIH7jMVU8NuFKI="; 11 + hash = "sha256-MaBJL/3TZYmXjwt5/WmBBTXVhlJ6oyCgm+Lb8id6J3c="; 12 12 }; 13 13 14 - vendorHash = "sha256-GTPEHw3QsID9K6DcYNZRyDJzTqfDV9lHP2Trvd2aC8Y="; 14 + vendorHash = "sha256-FAy0LNmesEDgS3JTz5DPd8vkR5CHHhAbms++N8TQApA="; 15 15 16 16 ldflags = [ "-s" "-w" "-X main.version=${version}" ]; 17 17