kubernetes-helmPlugins.helm-git: 0.15.1 -> 0.16.0

This commit is contained in:
R. Ryantm 2024-04-11 19:11:17 +00:00
parent c81c241415
commit 76ae3e3a06

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "helm-git";
version = "0.15.1";
version = "0.16.0";
src = fetchFromGitHub {
owner = "aslafy-z";
repo = pname;
rev = "v${version}";
sha256 = "sha256-k8kPuB5GIBjOISL4AM/I4PPrYbrdgYIwVgosMpunZpQ=";
sha256 = "sha256-/kUKi2BI6LMMUiy6AaYhpPIXU428Or352xYoDYdym8A=";
};
nativeBuildInputs = [ makeWrapper ];