systemctl-tui: 0.3.6 -> 0.3.7

Diff: https://diff.rs/systemctl-tui/0.3.6/0.3.7

Changelog: https://github.com/rgwood/systemctl-tui/releases/tag/v0.3.7
This commit is contained in:
Gaetan Lepage 2024-08-22 16:37:22 +02:00
parent 5b9f7a8359
commit fdac5de96c

View File

@ -11,14 +11,14 @@
rustPlatform.buildRustPackage rec {
pname = "systemctl-tui";
version = "0.3.6";
version = "0.3.7";
src = fetchCrate {
inherit pname version;
hash = "sha256-R7PeExN31vjGJnvRCYZO8DjZWXa17OFZ+lpdxCPIVpE=";
hash = "sha256-i0yCVXip1RcvKqxidflgW4wJFxAmUPRO04CeETzUgms=";
};
cargoHash = "sha256-rlKizeWPWZUy23IHII6hrNVLFUR5xSkDQxYrc5WToC0=";
cargoHash = "sha256-4gY9pQO2ljbyviaL20ikEqwdAHS4bqpzE6YyaBW/b7c=";
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.AppKit ];