Skip to content

Commit

Permalink
kubernetes-helmPlugins.helm-s3: 0.15.1 -> 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and pull[bot] committed Feb 9, 2024
1 parent 8f126a2 commit 3282897
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/helm/plugins/helm-s3.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "helm-s3";
version = "0.15.1";
version = "0.16.0";

src = fetchFromGitHub {
owner = "hypnoglow";
repo = pname;
rev = "v${version}";
hash = "sha256-D79nUIueOV2FC3I2LreHMzl/xOpzNa+OsfL5wcnyY78=";
hash = "sha256-0wx8q93y8goXNh2x/XI3FQEXImVTpONURiDW2dCAi6o=";
};

vendorHash = "sha256-dKKggD/VlBiopt2ygh07+6bTBbRgQfWbiY/1qJSSx/0=";
vendorHash = "sha256-i+rWg0/EUes5soFVRu9M5/iktbtudII7Ly5pcnOU2hU=";

# NOTE: Remove the install and upgrade hooks.
postPatch = ''
Expand Down

0 comments on commit 3282897

Please sign in to comment.