az-pim-cli: 1.13.0 -> 1.14.0

This commit is contained in:
R. Ryantm
2026-04-17 21:19:20 +00:00
parent ff08047ced
commit 9dfe8d16dc

View File

@@ -10,13 +10,13 @@
}:
buildGoModule (finalAttrs: {
pname = "az-pim-cli";
version = "1.13.0";
version = "1.14.0";
src = fetchFromGitHub {
owner = "netr0m";
repo = "az-pim-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-3SC3iYW5TN5ljUr1g7aBXJsdAD03C4M+99Wtue8Sm7Y=";
hash = "sha256-2WhinTxFCNLgw2TejoulhGXJwnUHP/CyC/Gwedv/8Xw=";
};
patches = [
@@ -24,7 +24,7 @@ buildGoModule (finalAttrs: {
./version-build-info.patch
];
vendorHash = "sha256-ucsTrouw0/MAVzrXb2mot9ccD5v6scu8SJMJR51R48E=";
vendorHash = "sha256-K4tv3IlVygV/aDR9twh60FX8pe4f0sXxoGNIsIV2oUA=";
nativeBuildInputs = [
installShellFiles