systemctl-tui: 0.3.7 -> 0.3.8

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

Changelog: https://github.com/rgwood/systemctl-tui/releases/tag/v0.3.8
This commit is contained in:
Gaetan Lepage
2024-09-14 16:36:23 +02:00
parent e2afe49f48
commit 803698525e
+3 -3
View File
@@ -11,14 +11,14 @@
rustPlatform.buildRustPackage rec {
pname = "systemctl-tui";
version = "0.3.7";
version = "0.3.8";
src = fetchCrate {
inherit pname version;
hash = "sha256-i0yCVXip1RcvKqxidflgW4wJFxAmUPRO04CeETzUgms=";
hash = "sha256-i2PKSvjsrITLp3a3EgfFF3IR464mkkDnh8ITLO+o0hU=";
};
cargoHash = "sha256-4gY9pQO2ljbyviaL20ikEqwdAHS4bqpzE6YyaBW/b7c=";
cargoHash = "sha256-6cFK1wMO5VICfi3tN140XH9inQOkkSfHVogKhTHtQb8=";
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.AppKit ];