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
This commit is contained in:
Mario Rodas 2024-01-14 07:41:23 -05:00 committed by GitHub
commit d26fb519db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1280 deletions

File diff suppressed because it is too large Load diff

View file

@ -3,8 +3,6 @@
, rustPlatform , rustPlatform
, stdenv , stdenv
, pkg-config , pkg-config
, libgpg-error
, gpgme
, dbus , dbus
, openssl , openssl
, Security , Security
@ -12,29 +10,20 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "git-ps-rs"; pname = "git-ps-rs";
version = "6.9.0"; version = "7.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "uptech"; owner = "uptech";
repo = "git-ps-rs"; repo = "git-ps-rs";
rev = version; rev = version;
hash = "sha256-D6613T87jLEur8WXHed2cSKVafKVfgGWap/z/UBe31U="; hash = "sha256-HPHFjYfug642NXeNmv50UzsdOAlDR9F/MtgYnzwiZP8=";
}; };
cargoLock = { cargoHash = "sha256-mvRcOwCe5NQ+cJ9brnbZ6HLtLn+fnjYzSBQwA3Qn9PU=";
lockFile = ./Cargo.lock;
outputHashes = {
"home-dir-0.1.0" = "sha256-k5GYZcR1FI/JEfJhPWOdICBZ9CqJCqX+fYygxxWvFp4=";
};
};
nativeBuildInputs = [ nativeBuildInputs = [ pkg-config ];
pkg-config
gpgme # gpgme runs a small script at build time so has to go here
];
buildInputs = [ openssl dbus libgpg-error gpgme ] buildInputs = [ openssl dbus ] ++ lib.optionals stdenv.isDarwin [ Security ];
++ lib.optionals stdenv.isDarwin [ Security ];
meta = with lib; { meta = with lib; {
description = "Tool for working with a stack of patches"; description = "Tool for working with a stack of patches";