mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
pinentry: 0.8.3 -> 0.8.4
This commit is contained in:
parent
992532731f
commit
4e8d55c59f
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
assert useGtk || useNcurses || useQt4;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pinentry-0.8.3";
|
||||
name = "pinentry-0.8.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnupg/pinentry/${name}.tar.bz2";
|
||||
sha256 = "1bd047crf7xb8g61mval8v6qww98rddlsw2dz6j8h8qbnl4hp2sn";
|
||||
sha256 = "04jnlfncj9d5rg0j4gmsi2l1q9q7c6gjbvxfnfh3nx6b8szv779m";
|
||||
};
|
||||
|
||||
buildInputs = let opt = stdenv.lib.optional; in []
|
||||
|
|
Loading…
Reference in a new issue