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
This commit is contained in:
Mario Rodas
2023-05-12 06:36:56 -05:00
committed by GitHub
2 changed files with 459 additions and 178 deletions
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -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; {