Skip to content

Commit

Permalink
gpgme: 1.14.0 -> 1.15.0 (NixOS#103919)
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos authored Nov 16, 2020
1 parent 5bafec3 commit 1e1eb0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gpgme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ in

stdenv.mkDerivation rec {
pname = "gpgme";
version = "1.14.0";
version = "1.15.0";

src = fetchurl {
url = "mirror://gnupg/gpgme/${pname}-${version}.tar.bz2";
sha256 = "01s3rlspykbm9vmi5rfbdm3d20ip6yni69r48idqzlmhlq8ggwff";
sha256 = "0nqfipv5s4npfidsm1rs3kpq0r0av9bfqfd5r035jibx5k0jniqb";
};

patches = [
Expand Down

0 comments on commit 1e1eb0e

Please sign in to comment.