Merge pull request #184999 from SuperSandro2000/helm-diff

authored by Sandro and committed by GitHub 55ce48fc 085009b9

+8 -8
+4 -4
pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "helm-diff"; 5 - version = "3.1.3"; 5 + version = "3.5.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "databus23"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-h26EOjKNrlcrs2DAYj0NmDRgNRKozjfw5DtxUgHNTa4="; 11 + sha256 = "sha256-evFdMM2AilKQPdSCUzKo6RuC4OC4zfjj+JzFvtkSrdk="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-+n/QBuZqtdgUkaBG7iqSuBfljn+AdEzDoIo5SI8ErQA="; 14 + vendorSha256 = "sha256-9i4ryBpaK7mMbsOpIaaZWBRjewD1MtTpf4zJ0yU0KMg="; 15 15 16 16 # NOTE: Remove the install and upgrade hooks. 17 17 postPatch = '' ··· 27 27 28 28 meta = with lib; { 29 29 description = "A Helm plugin that shows a diff"; 30 - inherit (src.meta) homepage; 30 + homepage = "https://github.com/databus23/helm-diff"; 31 31 license = licenses.asl20; 32 32 maintainers = with maintainers; [ yurrriq ]; 33 33 };
+1 -1
pkgs/applications/networking/cluster/helm/plugins/helm-git.nix
··· 39 39 40 40 meta = with lib; { 41 41 description = "The Helm downloader plugin that provides GIT protocol support"; 42 - inherit (src.meta) homepage; 42 + homepage = "https://github.com/aslafy-z/helm-git"; 43 43 license = licenses.mit; 44 44 maintainers = with maintainers; [ flokli ]; 45 45 };
+1 -1
pkgs/applications/networking/cluster/helm/plugins/helm-s3.nix
··· 30 30 31 31 meta = with lib; { 32 32 description = "A Helm plugin that shows a diff"; 33 - inherit (src.meta) homepage; 33 + homepage = "https://github.com/hypnoglow/helm-s3"; 34 34 license = licenses.mit; 35 35 maintainers = with maintainers; [ yurrriq ]; 36 36 };
+2 -2
pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix
··· 36 36 37 37 meta = with lib; { 38 38 description = "A Helm plugin that helps manage secrets"; 39 - inherit (src.meta) homepage; 39 + homepage = "https://github.com/jkroepke/helm-secrets"; 40 40 license = licenses.asl20; 41 41 maintainers = with maintainers; [ yurrriq ]; 42 - platforms = platforms.all; 42 + platforms = platforms.unix; 43 43 }; 44 44 }