systemctl-tui: 0.5.1 -> 0.5.2 (#504745)

This commit is contained in:
Gaétan Lepage
2026-03-29 17:12:51 +00:00
committed by GitHub
+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 = {