Skip to content

Commit

Permalink
paperkey: 1.3 -> 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Jun 5, 2017
1 parent c1dd378 commit 5b747cc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pkgs/tools/security/paperkey/default.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{ fetchurl, stdenv }:

stdenv.mkDerivation rec {

version = "1.3";
name = "paperkey-${version}";

version = "1.4";

src = fetchurl {
url = "http://www.jabberwocky.com/software/paperkey/${name}.tar.gz";
sha256 = "5b57d7522336fb65c4c398eec27bf44ec0aaa35926157b79a76423231792cbfb";
sha256 = "0vrkryxqbsjcmqalsnxvc3pahg6vvyrn139aj8md29sihgnb0az1";
};

enableParallelBuilding = true;

meta = with stdenv.lib; {
description = "Store OpenPGP or GnuPG on paper";
longDescription = ''
Expand All @@ -23,6 +22,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.jabberwocky.com/software/paperkey/";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.skeidel ];
maintainers = with maintainers; [ skeidel ];
};
}

0 comments on commit 5b747cc

Please sign in to comment.