Skip to content

Commit acdc6d7

Browse files
authored
systemctl-tui: 0.3.7 -> 0.3.8 (#341850)
2 parents 7df71f6 + 8036985 commit acdc6d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sy/systemctl-tui/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "systemctl-tui";
14-
version = "0.3.7";
14+
version = "0.3.8";
1515

1616
src = fetchCrate {
1717
inherit pname version;
18-
hash = "sha256-i0yCVXip1RcvKqxidflgW4wJFxAmUPRO04CeETzUgms=";
18+
hash = "sha256-i2PKSvjsrITLp3a3EgfFF3IR464mkkDnh8ITLO+o0hU=";
1919
};
2020

21-
cargoHash = "sha256-4gY9pQO2ljbyviaL20ikEqwdAHS4bqpzE6YyaBW/b7c=";
21+
cargoHash = "sha256-6cFK1wMO5VICfi3tN140XH9inQOkkSfHVogKhTHtQb8=";
2222

2323
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.AppKit ];
2424

0 commit comments

Comments
 (0)