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
goss: 0.4.2 -> 0.4.4
R. Ryantm
2 years ago
b6094308
49873858
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
goss
default.nix
+3
-3
pkgs/tools/misc/goss/default.nix
···
16
16
pname = "goss";
17
17
18
18
# Don't forget to update dgoss to the same version.
19
19
-
version = "0.4.2";
19
19
+
version = "0.4.4";
20
20
21
21
src = fetchFromGitHub {
22
22
owner = "goss-org";
23
23
repo = pname;
24
24
rev = "refs/tags/v${version}";
25
25
-
hash = "sha256-FDn1OETkYIpMenk8QAAHvfNZcSzqGl5xrD0fAZPVmRM=";
25
25
+
hash = "sha256-dH052t30unWmrFTZK5niXNvbg1nngzWY7mwuZr4ULbM=";
26
26
};
27
27
28
28
-
vendorHash = "sha256-n+k7f9e2iqf4KrcDkzX0CWk+Bq2WE3dyUEid4PTP1FA=";
28
28
+
vendorHash = "sha256-4fEEz/c/xIeWxIzyyjwgSn2/2FWLA2tIedK65jGgYhY=";
29
29
30
30
CGO_ENABLED = 0;
31
31
ldflags = [