goss,dgoss: 0.4.1 -> 0.4.2
https://github.com/goss-org/goss/releases/tag/v0.4.2
This commit is contained in:
parent
e21717896d
commit
79f57f7d47
2 changed files with 4 additions and 4 deletions
|
@ -9,13 +9,13 @@
|
||||||
|
|
||||||
resholve.mkDerivation rec {
|
resholve.mkDerivation rec {
|
||||||
pname = "dgoss";
|
pname = "dgoss";
|
||||||
version = "0.4.1";
|
version = "0.4.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "goss-org";
|
owner = "goss-org";
|
||||||
repo = "goss";
|
repo = "goss";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-dpMTUBMEG5tDi7E6ZRg1KHqIj5qDlvwfwJEgq/5z7RE=";
|
hash = "sha256-FDn1OETkYIpMenk8QAAHvfNZcSzqGl5xrD0fAZPVmRM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|
|
@ -10,13 +10,13 @@ buildGoModule rec {
|
||||||
pname = "goss";
|
pname = "goss";
|
||||||
|
|
||||||
# Don't forget to update dgoss to the same version.
|
# Don't forget to update dgoss to the same version.
|
||||||
version = "0.4.1";
|
version = "0.4.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "goss-org";
|
owner = "goss-org";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-dpMTUBMEG5tDi7E6ZRg1KHqIj5qDlvwfwJEgq/5z7RE=";
|
hash = "sha256-FDn1OETkYIpMenk8QAAHvfNZcSzqGl5xrD0fAZPVmRM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-n+k7f9e2iqf4KrcDkzX0CWk+Bq2WE3dyUEid4PTP1FA=";
|
vendorHash = "sha256-n+k7f9e2iqf4KrcDkzX0CWk+Bq2WE3dyUEid4PTP1FA=";
|
||||||
|
|
Loading…
Reference in a new issue