kubernetes-helmPlugins.helm-s3: 0.17.1 -> 0.17.2 (#524579)

This commit is contained in:
Nick Cao
2026-05-27 19:48:47 +00:00
committed by GitHub
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "helm-s3";
version = "0.17.1";
version = "0.17.2";
src = fetchFromGitHub {
owner = "hypnoglow";
repo = "helm-s3";
rev = "v${version}";
hash = "sha256-c3UbtNReSfhSAl0ioaP1DUsKNSZ4nng9X8oOPkx0eC4=";
hash = "sha256-ivaREH6IiNNfgah45jITzl50miDJ34BlzWwMEdKAbjg=";
};
vendorHash = "sha256-VdrlSZpMak3F8CH5aDPDWk3SyX/zbBRmaMyFaeF7fKM=";
vendorHash = "sha256-F01BWnCAZ9IJgbHgnmlB2f/MTqu0mWcidCPDdTqzhUg=";
# NOTE: Remove the install and upgrade hooks.
postPatch = ''