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

goss: 0.4.2 -> 0.4.4

+3 -3
+3 -3
pkgs/tools/misc/goss/default.nix
··· 16 pname = "goss"; 17 18 # Don't forget to update dgoss to the same version. 19 - version = "0.4.2"; 20 21 src = fetchFromGitHub { 22 owner = "goss-org"; 23 repo = pname; 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-FDn1OETkYIpMenk8QAAHvfNZcSzqGl5xrD0fAZPVmRM="; 26 }; 27 28 - vendorHash = "sha256-n+k7f9e2iqf4KrcDkzX0CWk+Bq2WE3dyUEid4PTP1FA="; 29 30 CGO_ENABLED = 0; 31 ldflags = [
··· 16 pname = "goss"; 17 18 # Don't forget to update dgoss to the same version. 19 + version = "0.4.4"; 20 21 src = fetchFromGitHub { 22 owner = "goss-org"; 23 repo = pname; 24 rev = "refs/tags/v${version}"; 25 + hash = "sha256-dH052t30unWmrFTZK5niXNvbg1nngzWY7mwuZr4ULbM="; 26 }; 27 28 + vendorHash = "sha256-4fEEz/c/xIeWxIzyyjwgSn2/2FWLA2tIedK65jGgYhY="; 29 30 CGO_ENABLED = 0; 31 ldflags = [