Gaetan Lepage
2026-03-29 16:33:02 +00:00
parent 40e43b4959
commit 145ca3a11d
+4 -4
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "systemctl-tui";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "rgwood";
repo = "systemctl-tui";
tag = "v${finalAttrs.version}";
hash = "sha256-KB8iOaN3ndi8uQq1t7TJ1IVHjJEeDBAQ5BRjxwR4Gjo=";
hash = "sha256-r9bbEItk+DzVh6oFybaa8LZAAe35TyvvT6tuXOQlCSQ=";
};
cargoHash = "sha256-l2cIr+ENjGOBuB5rEO+ze2Ihhds2zfejvuY00YzLrf8=";
cargoHash = "sha256-XLISZFxC3v0Hf0QX3P1HmrzACMBwFvB5hrAsZgYE7ig=";
nativeInstallCheckInputs = [
versionCheckHook
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
doInstallCheck = true;
passthru = {
updateScript = nix-update-script;
updateScript = nix-update-script { };
};
meta = {