dgoss: 0.3.18 -> 0.4.1

This commit is contained in:
Anthony Roussel 2023-09-04 12:44:08 +02:00
parent 81dad28a54
commit 291fcd94b8
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -9,13 +9,13 @@
resholve.mkDerivation rec {
pname = "dgoss";
version = "0.3.18";
version = "0.4.1";
src = fetchFromGitHub {
owner = "aelsabbahy";
owner = "goss-org";
repo = "goss";
rev = "v${version}";
sha256 = "01ssc7rnnwpyhjv96qy8drsskghbfpyxpsahk8s62lh8pxygynhv";
rev = "refs/tags/v${version}";
hash = "sha256-dpMTUBMEG5tDi7E6ZRg1KHqIj5qDlvwfwJEgq/5z7RE=";
};
dontConfigure = true;
@ -38,7 +38,8 @@ resholve.mkDerivation rec {
};
meta = with lib; {
homepage = "https://github.com/aelsabbahy/goss/blob/v${version}/extras/dgoss/README.md";
homepage = "https://github.com/goss-org/goss/blob/v${version}/extras/dgoss/README.md";
changelog = "https://github.com/goss-org/goss/releases/tag/v${version}";
description = "Convenience wrapper around goss that aims to bring the simplicity of goss to docker containers";
license = licenses.asl20;
platforms = platforms.linux;