Skip to content

Commit 5b747cc

Browse files
committedJun 5, 2017
paperkey: 1.3 -> 1.4
1 parent c1dd378 commit 5b747cc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
 
+5-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{ fetchurl, stdenv }:
22

33
stdenv.mkDerivation rec {
4-
5-
version = "1.3";
64
name = "paperkey-${version}";
7-
5+
version = "1.4";
6+
87
src = fetchurl {
98
url = "http://www.jabberwocky.com/software/paperkey/${name}.tar.gz";
10-
sha256 = "5b57d7522336fb65c4c398eec27bf44ec0aaa35926157b79a76423231792cbfb";
9+
sha256 = "0vrkryxqbsjcmqalsnxvc3pahg6vvyrn139aj8md29sihgnb0az1";
1110
};
1211

1312
enableParallelBuilding = true;
14-
13+
1514
meta = with stdenv.lib; {
1615
description = "Store OpenPGP or GnuPG on paper";
1716
longDescription = ''
@@ -23,6 +22,6 @@ stdenv.mkDerivation rec {
2322
homepage = "http://www.jabberwocky.com/software/paperkey/";
2423
license = licenses.gpl2;
2524
platforms = platforms.linux;
26-
maintainers = [ maintainers.skeidel ];
25+
maintainers = with maintainers; [ skeidel ];
2726
};
2827
}

0 commit comments

Comments
 (0)
Please sign in to comment.