gpg-tui: 0.9.1 -> 0.9.3
Diff: https://github.com/orhun/gpg-tui/compare/v0.9.1...v0.9.3 Changelog: https://github.com/orhun/gpg-tui/blob/v0.9.3/CHANGELOG.md
This commit is contained in:
parent
0ca39c30e7
commit
ad8fd700ee
@ -6,6 +6,7 @@
|
||||
, libgpg-error
|
||||
, libxcb
|
||||
, libxkbcommon
|
||||
, pkg-config
|
||||
, python3
|
||||
, AppKit
|
||||
, Foundation
|
||||
@ -16,20 +17,21 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "gpg-tui";
|
||||
version = "0.9.1";
|
||||
version = "0.9.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "orhun";
|
||||
repo = "gpg-tui";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-eUUHH6bPfYjkHo7C7GWzewTpT8je7TQK9M8mTM5v59s=";
|
||||
hash = "sha256-4Xi4ePFJL56HxCkbTlu4WiCTRzLEqvfbEk/2q9QjAd8=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-GtSvDfG9lRUirm4d6PSaOBLTHZJT2PH0Sx/9GVquX5M=";
|
||||
cargoHash = "sha256-MEj7c87msMv/+D70EDWmWEHTtmQcx5DEMf2I/AXnwm8=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
gpgme # for gpgme-config
|
||||
libgpg-error # for gpg-error-config
|
||||
pkg-config
|
||||
python3
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user