Unverified Commit 4ff08263 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #231170 from Alizter/ps/branch/git_ps_rs__6_6_0____6_6_1

git-ps-rs: 6.6.0 -> 6.7.0
parents 9b603792 5c864bc0
Loading
Loading
Loading
Loading
+449 −168

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

rustPlatform.buildRustPackage rec {
  pname = "git-ps-rs";
  version = "6.6.0";
  version = "6.7.0";

  src = fetchFromGitHub {
    owner = "uptech";
    repo = "git-ps-rs";
    rev = version;
    hash = "sha256-pWad/OCSoszdEQb6Mb6fD4vsZRagbYa3TKft4IyGg94=";
    hash = "sha256-yBZ+YJxiVO8+rI7FLtI0xse8hoirjt5Bc2KxPeBidd0=";
  };

  cargoLock = {
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
    gpgme # gpgme runs a small script at build time so has to go here
  ];

  buildInputs = [ openssl dbus libgpg-error ]
  buildInputs = [ openssl dbus libgpg-error gpgme ]
    ++ lib.optionals stdenv.isDarwin [ Security ];

  meta = with lib; {