nvidia-mig-parted: 0.12.3 -> 0.13.0 (#454416)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-22 08:51:52 +00:00
committed by GitHub
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "nvidia-mig-parted";
version = "0.12.3";
version = "0.13.0";
src = fetchFromGitHub {
owner = "NVIDIA";
repo = "mig-parted";
tag = "v${finalAttrs.version}";
hash = "sha256-B4vSNG3+qbUqCvEmBz+VUgrnvhNvCR74uvo4uo+bD/Q=";
hash = "sha256-oSoPgap/LFjJ1tW3KLlcQ/zdym9A9h5zownktVxdQfY=";
};
vendorHash = null;