thin-provisioning-tools: 1.2.0 -> 1.2.1

R. Ryantm 843bcb70 c2941150

+3 -3
+3 -3
pkgs/by-name/th/thin-provisioning-tools/package.nix
··· 9 }: 10 rustPlatform.buildRustPackage rec { 11 pname = "thin-provisioning-tools"; 12 - version = "1.2.0"; 13 14 src = fetchFromGitHub { 15 owner = "jthornber"; 16 repo = "thin-provisioning-tools"; 17 rev = "v${version}"; 18 - hash = "sha256-gjsURDzA4LRTTgKZPzzTcvTdi1mXx4FkWmyoPcpdPfU="; 19 }; 20 21 strictDeps = true; ··· 32 udev 33 ]; 34 35 - cargoHash = "sha256-H5GRAZpFl2t/bH8THyPkZq5ptS70XkhSCxQ6ko+0RC8="; 36 37 passthru.tests = { 38 inherit (nixosTests.lvm2) lvm-thinpool-linux-latest;
··· 9 }: 10 rustPlatform.buildRustPackage rec { 11 pname = "thin-provisioning-tools"; 12 + version = "1.2.1"; 13 14 src = fetchFromGitHub { 15 owner = "jthornber"; 16 repo = "thin-provisioning-tools"; 17 rev = "v${version}"; 18 + hash = "sha256-cDXjJpYCcOUtEftMBUTg4fbr4E7SxpDatZunba4JpH8="; 19 }; 20 21 strictDeps = true; ··· 32 udev 33 ]; 34 35 + cargoHash = "sha256-6KY+p2IhBzy4yrhVDswdah815oSsTeCcWmZH8wUQIf4="; 36 37 passthru.tests = { 38 inherit (nixosTests.lvm2) lvm-thinpool-linux-latest;