kubectl-linstor: 0.3.1 -> 0.3.2

This commit is contained in:
R. Ryantm 2025-01-22 10:15:09 +00:00
parent a993849e62
commit b187e90bd2

View File

@ -7,13 +7,13 @@
buildGoModule rec { buildGoModule rec {
pname = "kubectl-linstor"; pname = "kubectl-linstor";
version = "0.3.1"; version = "0.3.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "piraeusdatastore"; owner = "piraeusdatastore";
repo = "kubectl-linstor"; repo = "kubectl-linstor";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-1wXhrnQlOIg2mJi6DhHGcb+OxSblDq+V95pZ5bl72R4="; hash = "sha256-Fmy925eGGmXGoIT3EXmZDnHyu6nN7Rkgl2vQOhesqD4=";
}; };
vendorHash = "sha256-3PnXB8AfZtgmYEPJuh0fwvG38dtngoS/lxyx3H+rvFs="; vendorHash = "sha256-3PnXB8AfZtgmYEPJuh0fwvG38dtngoS/lxyx3H+rvFs=";