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