mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
git-ps-rs: 6.6.0 -> 6.6.1
Signed-off-by: Ali Caglayan <alizter@gmail.com>
This commit is contained in:
parent
a8eea70935
commit
0d0a4c8d28
627
pkgs/development/tools/git-ps-rs/Cargo.lock
generated
627
pkgs/development/tools/git-ps-rs/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user