mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
gpg-tui: 0.7.4 -> 0.8.0
https://github.com/orhun/gpg-tui/blob/v0.8.0/CHANGELOG.md
This commit is contained in:
parent
f16e0e1a18
commit
9d75dd3bad
@ -5,6 +5,7 @@
|
||||
, gpgme
|
||||
, libgpgerror
|
||||
, libxcb
|
||||
, libxkbcommon
|
||||
, python3
|
||||
, AppKit
|
||||
, Foundation
|
||||
@ -15,16 +16,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "gpg-tui";
|
||||
version = "0.7.4";
|
||||
version = "0.8.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "orhun";
|
||||
repo = "gpg-tui";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-PJLiP8o4HMkaHMrsnObpUdGtKLxIuXZhxva34U26i40=";
|
||||
sha256 = "sha256-UUfZd6wTBoOyBdkidzxa3Fyc3GjeGdCT0n7jKmhdNa0=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-6fHMchoJO5Tss6kFTulDmI4aXS3YF5k6RqEWQbh5mNc=";
|
||||
cargoSha256 = "sha256-yX/g/An06nx95IaxjfYVUofvDDS2ZjiNAZf3ivi6ZF0=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
gpgme # for gpgme-config
|
||||
@ -36,6 +37,7 @@ rustPlatform.buildRustPackage rec {
|
||||
gpgme
|
||||
libgpgerror
|
||||
libxcb
|
||||
libxkbcommon
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
AppKit
|
||||
Foundation
|
||||
|
Loading…
Reference in New Issue
Block a user