thin-provisioning-tools: 1.2.1 -> 1.2.2 (#449130)

This commit is contained in:
Franz Pletz
2025-10-06 14:28:13 +00:00
committed by GitHub
@@ -9,13 +9,13 @@
}:
rustPlatform.buildRustPackage rec {
pname = "thin-provisioning-tools";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "jthornber";
repo = "thin-provisioning-tools";
rev = "v${version}";
hash = "sha256-cDXjJpYCcOUtEftMBUTg4fbr4E7SxpDatZunba4JpH8=";
hash = "sha256-JnibI3txqPXwEemLtgtfe6NAZrOX09p0w4sp9/HEXBQ=";
};
strictDeps = true;
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
udev
];
cargoHash = "sha256-6KY+p2IhBzy4yrhVDswdah815oSsTeCcWmZH8wUQIf4=";
cargoHash = "sha256-1spipVIT49G0l6yLyv3/7jsR2xyJQPjtB5vouyAjpgA=";
passthru.tests = {
inherit (nixosTests.lvm2) lvm-thinpool-linux-latest;