git-ps-rs: 6.6.0 -> 6.6.1

Signed-off-by: Ali Caglayan <alizter@gmail.com>
This commit is contained in:
Ali Caglayan 2023-05-05 21:21:52 +02:00
parent a8eea70935
commit 0d0a4c8d28
No known key found for this signature in database
GPG key ID: 59DD99D26B71EC5E
2 changed files with 457 additions and 176 deletions

File diff suppressed because it is too large Load diff

View file

@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "git-ps-rs";
version = "6.6.0";
version = "6.6.1";
src = fetchFromGitHub {
owner = "uptech";
repo = "git-ps-rs";
rev = version;
hash = "sha256-pWad/OCSoszdEQb6Mb6fD4vsZRagbYa3TKft4IyGg94=";
hash = "sha256-CvwAyTwmGvipjwciexTxwniKKieFrMuqsCFTCWmSNyU=";
};
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; {