We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7df71f6 + 8036985 commit acdc6d7Copy full SHA for acdc6d7
pkgs/by-name/sy/systemctl-tui/package.nix
@@ -11,14 +11,14 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "systemctl-tui";
14
- version = "0.3.7";
+ version = "0.3.8";
15
16
src = fetchCrate {
17
inherit pname version;
18
- hash = "sha256-i0yCVXip1RcvKqxidflgW4wJFxAmUPRO04CeETzUgms=";
+ hash = "sha256-i2PKSvjsrITLp3a3EgfFF3IR464mkkDnh8ITLO+o0hU=";
19
};
20
21
- cargoHash = "sha256-4gY9pQO2ljbyviaL20ikEqwdAHS4bqpzE6YyaBW/b7c=";
+ cargoHash = "sha256-6cFK1wMO5VICfi3tN140XH9inQOkkSfHVogKhTHtQb8=";
22
23
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.AppKit ];
24
0 commit comments