Merge pull request #174532 from Hyzual/fix/dgoss-update

dgoss: 0.3.16 -> 0.3.18
This commit is contained in:
Sandro 2022-05-25 21:11:59 +02:00 committed by GitHub
commit a3cce9a744
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
resholve.mkDerivation rec {
pname = "dgoss";
version = "0.3.16";
version = "0.3.18";
src = fetchFromGitHub {
owner = "aelsabbahy";
repo = "goss";
rev = "v${version}";
sha256 = "1m5w5vwmc9knvaihk61848rlq7qgdyylzpcwi64z84rkw8qdnj6p";
sha256 = "01ssc7rnnwpyhjv96qy8drsskghbfpyxpsahk8s62lh8pxygynhv";
};
dontConfigure = true;
@ -32,8 +32,8 @@ resholve.mkDerivation rec {
scripts = [ "bin/dgoss" ];
interpreter = "${bash}/bin/bash";
inputs = [ coreutils which ];
fake = {
external = [ "docker" ];
keep = {
"$CONTAINER_RUNTIME" = true;
};
};
};