Commit fdac5de9 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 5b9f7a83
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];