mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
dgoss: 0.3.18 -> 0.4.1
This commit is contained in:
parent
81dad28a54
commit
291fcd94b8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user