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

Merge pull request #280594 from Alizter/ps/rr/git_ps_rs__6_9_0____7_0_0

git-ps-rs: 6.9.0 -> 7.0.0
parents 1a90c21c b132f610
Loading
Loading
Loading
Loading
+0 −1264

File deleted.

Preview size limit exceeded, changes collapsed.

+5 −16
Original line number Diff line number Diff line
@@ -3,8 +3,6 @@
, rustPlatform
, stdenv
, pkg-config
, libgpg-error
, gpgme
, dbus
, openssl
, Security
@@ -12,29 +10,20 @@

rustPlatform.buildRustPackage rec {
  pname = "git-ps-rs";
  version = "6.9.0";
  version = "7.0.0";

  src = fetchFromGitHub {
    owner = "uptech";
    repo = "git-ps-rs";
    rev = version;
    hash = "sha256-D6613T87jLEur8WXHed2cSKVafKVfgGWap/z/UBe31U=";
    hash = "sha256-HPHFjYfug642NXeNmv50UzsdOAlDR9F/MtgYnzwiZP8=";
  };

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "home-dir-0.1.0" = "sha256-k5GYZcR1FI/JEfJhPWOdICBZ9CqJCqX+fYygxxWvFp4=";
    };
  };
  cargoHash = "sha256-mvRcOwCe5NQ+cJ9brnbZ6HLtLn+fnjYzSBQwA3Qn9PU=";

  nativeBuildInputs = [
    pkg-config
    gpgme # gpgme runs a small script at build time so has to go here
  ];
  nativeBuildInputs = [ pkg-config ];

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

  meta = with lib; {
    description = "Tool for working with a stack of patches";