tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
humioctl: 0.31.1 -> 0.32.3
R. Ryantm
2 years ago
c485c985
c96a78b5
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
logging
humioctl
default.nix
+3
-3
pkgs/applications/logging/humioctl/default.nix
···
2
3
buildGoModule rec {
4
pname = "humioctl";
5
-
version = "0.31.1";
6
7
src = fetchFromGitHub {
8
owner = "humio";
9
repo = "cli";
10
rev = "v${version}";
11
-
hash = "sha256-L5Ttos0TL8m62Y69riwnGmB1cOVF6XIH7jMVU8NuFKI=";
12
};
13
14
-
vendorHash = "sha256-GTPEHw3QsID9K6DcYNZRyDJzTqfDV9lHP2Trvd2aC8Y=";
15
16
ldflags = [ "-s" "-w" "-X main.version=${version}" ];
17
···
2
3
buildGoModule rec {
4
pname = "humioctl";
5
+
version = "0.32.3";
6
7
src = fetchFromGitHub {
8
owner = "humio";
9
repo = "cli";
10
rev = "v${version}";
11
+
hash = "sha256-MaBJL/3TZYmXjwt5/WmBBTXVhlJ6oyCgm+Lb8id6J3c=";
12
};
13
14
+
vendorHash = "sha256-FAy0LNmesEDgS3JTz5DPd8vkR5CHHhAbms++N8TQApA=";
15
16
ldflags = [ "-s" "-w" "-X main.version=${version}" ];
17