Skip to content

Commit

Permalink
systemctl-tui: 0.2.4 -> 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoog authored and bjornfor committed Apr 20, 2024
1 parent decb167 commit c64f61e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sy/systemctl-tui/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

rustPlatform.buildRustPackage rec {
pname = "systemctl-tui";
version = "0.2.4";
version = "0.3.3";

src = fetchCrate {
inherit pname version;
hash = "sha256-SZmOCx9S5WWz9fSlicvT/glZKj5AsFDRnxmHbGxM9Ms=";
hash = "sha256-oFXLxWS2G+CkG0yuJLkA34SqoGGcXU/eZmFMRYw+Gzo=";
};

cargoHash = "sha256-zUc6RchoGtJB+gnJNwNu93to775fdM5JDJ4qYwRdJn0=";
cargoHash = "sha256-MKxeRQupgAxA2ui8qSK8BvhxqqgjJarD8pY9wmk8MvA=";

buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.AppKit
Expand Down

0 comments on commit c64f61e

Please sign in to comment.