Merge pull request #260272 from r-ryantm/auto-update/kubernetes-helmPlugins.helm-s3

kubernetes-helmPlugins.helm-s3: 0.14.0 -> 0.15.1

authored by

Nick Cao and committed by
GitHub
bf244000 edcfe34e

+3 -3
+3 -3
pkgs/applications/networking/cluster/helm/plugins/helm-s3.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "helm-s3"; 5 - version = "0.14.0"; 5 + version = "0.15.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "hypnoglow"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-81Rzqu2fj6xSZbKvAhHzaGnr/3ACZvqJhYe+6Vyc0qk="; 11 + hash = "sha256-D79nUIueOV2FC3I2LreHMzl/xOpzNa+OsfL5wcnyY78="; 12 12 }; 13 13 14 - vendorHash = "sha256-Jvfl0sdZXV497RIgoZUJD0zK/pXK6yeAnuSdq42nky8="; 14 + vendorHash = "sha256-dKKggD/VlBiopt2ygh07+6bTBbRgQfWbiY/1qJSSx/0="; 15 15 16 16 # NOTE: Remove the install and upgrade hooks. 17 17 postPatch = ''