thin-provisioning-tools: 1.1.0 -> 1.2.0 (#419746)

This commit is contained in:
Wolfgang Walther
2025-06-27 17:41:56 +00:00
committed by GitHub
@@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "thin-provisioning-tools";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "jthornber";
repo = "thin-provisioning-tools";
rev = "v${version}";
hash = "sha256-gpUiLUdg+EpVkJzDg43gI5oXhy611QwndwZZVVgg4Lg=";
hash = "sha256-gjsURDzA4LRTTgKZPzzTcvTdi1mXx4FkWmyoPcpdPfU=";
};
nativeBuildInputs = [
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
];
useFetchCargoVendor = true;
cargoHash = "sha256-cjNgp+StWkqtR1Y4caLv8EWhHsinSpbc/hgUUG7CGtE=";
cargoHash = "sha256-H5GRAZpFl2t/bH8THyPkZq5ptS70XkhSCxQ6ko+0RC8=";
passthru.tests = {
inherit (nixosTests.lvm2) lvm-thinpool-linux-latest;