Merge pull request #184999 from SuperSandro2000/helm-diff
This commit is contained in:
commit
55ce48fc2b
4 changed files with 8 additions and 8 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "helm-diff";
|
pname = "helm-diff";
|
||||||
version = "3.1.3";
|
version = "3.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "databus23";
|
owner = "databus23";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-h26EOjKNrlcrs2DAYj0NmDRgNRKozjfw5DtxUgHNTa4=";
|
sha256 = "sha256-evFdMM2AilKQPdSCUzKo6RuC4OC4zfjj+JzFvtkSrdk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-+n/QBuZqtdgUkaBG7iqSuBfljn+AdEzDoIo5SI8ErQA=";
|
vendorSha256 = "sha256-9i4ryBpaK7mMbsOpIaaZWBRjewD1MtTpf4zJ0yU0KMg=";
|
||||||
|
|
||||||
# NOTE: Remove the install and upgrade hooks.
|
# NOTE: Remove the install and upgrade hooks.
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -27,7 +27,7 @@ buildGoModule rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Helm plugin that shows a diff";
|
description = "A Helm plugin that shows a diff";
|
||||||
inherit (src.meta) homepage;
|
homepage = "https://github.com/databus23/helm-diff";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ yurrriq ];
|
maintainers = with maintainers; [ yurrriq ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "The Helm downloader plugin that provides GIT protocol support";
|
description = "The Helm downloader plugin that provides GIT protocol support";
|
||||||
inherit (src.meta) homepage;
|
homepage = "https://github.com/aslafy-z/helm-git";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ flokli ];
|
maintainers = with maintainers; [ flokli ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -30,7 +30,7 @@ buildGoModule rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Helm plugin that shows a diff";
|
description = "A Helm plugin that shows a diff";
|
||||||
inherit (src.meta) homepage;
|
homepage = "https://github.com/hypnoglow/helm-s3";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ yurrriq ];
|
maintainers = with maintainers; [ yurrriq ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -36,9 +36,9 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Helm plugin that helps manage secrets";
|
description = "A Helm plugin that helps manage secrets";
|
||||||
inherit (src.meta) homepage;
|
homepage = "https://github.com/jkroepke/helm-secrets";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ yurrriq ];
|
maintainers = with maintainers; [ yurrriq ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue