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 16 pname = "goss"; 17 17 18 18 # Don't forget to update dgoss to the same version. 19 - version = "0.4.2"; 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 - hash = "sha256-FDn1OETkYIpMenk8QAAHvfNZcSzqGl5xrD0fAZPVmRM="; 25 + hash = "sha256-dH052t30unWmrFTZK5niXNvbg1nngzWY7mwuZr4ULbM="; 26 26 }; 27 27 28 - vendorHash = "sha256-n+k7f9e2iqf4KrcDkzX0CWk+Bq2WE3dyUEid4PTP1FA="; 28 + vendorHash = "sha256-4fEEz/c/xIeWxIzyyjwgSn2/2FWLA2tIedK65jGgYhY="; 29 29 30 30 CGO_ENABLED = 0; 31 31 ldflags = [