hot-resize: 0.1.5 -> 0.1.6

This commit is contained in:
liberodark
2026-03-25 11:54:04 +01:00
parent ca07230f49
commit 0e04590efe
+3 -17
View File
@@ -3,12 +3,8 @@
stdenv,
fetchFromGitHub,
rustPlatform,
pkg-config,
makeWrapper,
udev,
systemd,
btrfs-progs,
cloud-utils,
cryptsetup,
e2fsprogs,
util-linux,
@@ -19,38 +15,28 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "hot-resize";
version = "0.1.5";
version = "0.1.6";
src = fetchFromGitHub {
owner = "liberodark";
repo = "hot-resize";
tag = "v${finalAttrs.version}";
hash = "sha256-sfiXy0PPIYSJub8dohzpUJMJ2ul/fglth7qd8paJKEo=";
hash = "sha256-8UA5Wv96PUerBRTwTwkSAv1iw6lt9nd4MXGdKUmxoz4=";
};
cargoHash = "sha256-mVCL4tLY+JqJDn8+0PTtStd+rD2VzQoAEtlikIe1K9Q=";
cargoHash = "sha256-uGMd9xZRYbCJyHkUZXvUnN3M5N1FTaROfoww+oODAHE=";
nativeBuildInputs = [
pkg-config
makeWrapper
];
buildInputs = [
udev
systemd.dev
];
env.PKG_CONFIG_PATH = "${systemd.dev}/lib/pkgconfig";
postInstall = ''
wrapProgram $out/bin/hot-resize \
--prefix PATH : ${
lib.makeBinPath [
btrfs-progs
cloud-utils
cryptsetup
e2fsprogs
udev
util-linux
xfsprogs
]