thin-provisioning-tools: 1.0.12 -> 1.1.0 (#345986)

This commit is contained in:
Arthur Gautier
2024-11-10 19:49:09 +00:00
committed by GitHub
2 changed files with 474 additions and 143 deletions
File diff suppressed because it is too large Load Diff
@@ -1,19 +1,31 @@
{ lib
, rustPlatform
, pkg-config
, udev
, lvm2
, fetchFromGitHub
, nixosTests }:
rustPlatform.buildRustPackage rec {
pname = "thin-provisioning-tools";
version = "1.0.12";
version = "1.1.0";
src = fetchFromGitHub {
owner = "jthornber";
repo = "thin-provisioning-tools";
rev = "v${version}";
hash = "sha256-wliyTWo3iOonqf4UW50V5co0RQlc75VwLofF9FHV2LI=";
hash = "sha256-gpUiLUdg+EpVkJzDg43gI5oXhy611QwndwZZVVgg4Lg=";
};
nativeBuildInputs = [
pkg-config
rustPlatform.bindgenHook
];
buildInputs = [
udev
lvm2
];
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {