Skip to content

Commit

Permalink
kubernetes-helmPlugins.helm-mapkubeapis: 0.5.1 -> 0.5.2 (#339672)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Sep 7, 2024
2 parents 0037d6f + c07a9d2 commit 80bd0df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "helm-mapkubeapis";
version = "0.5.1";
version = "0.5.2";

src = fetchFromGitHub {
owner = "helm";
repo = "helm-mapkubeapis";
rev = "v${version}";
hash = "sha256-SYNCzVGGeuRj0PoOKU+1zydvAXVg4gUpIsqBTGChOgE=";
hash = "sha256-0DIBdSi/WIHVF8O7OtJOaFnIfpObsUXzgpj25kJuS6E=";
};

vendorHash = "sha256-G3Q8XCwKLgHeWLF46C5lWfvuynr/cJbkq7xdydfTHZ4=";
Expand Down

0 comments on commit 80bd0df

Please sign in to comment.