File tree 1 file changed +5
-6
lines changed
pkgs/tools/security/paperkey
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
{ fetchurl , stdenv } :
2
2
3
3
stdenv . mkDerivation rec {
4
-
5
- version = "1.3" ;
6
4
name = "paperkey-${ version } " ;
7
-
5
+ version = "1.4" ;
6
+
8
7
src = fetchurl {
9
8
url = "http://www.jabberwocky.com/software/paperkey/${ name } .tar.gz" ;
10
- sha256 = "5b57d7522336fb65c4c398eec27bf44ec0aaa35926157b79a76423231792cbfb " ;
9
+ sha256 = "0vrkryxqbsjcmqalsnxvc3pahg6vvyrn139aj8md29sihgnb0az1 " ;
11
10
} ;
12
11
13
12
enableParallelBuilding = true ;
14
-
13
+
15
14
meta = with stdenv . lib ; {
16
15
description = "Store OpenPGP or GnuPG on paper" ;
17
16
longDescription = ''
@@ -23,6 +22,6 @@ stdenv.mkDerivation rec {
23
22
homepage = "http://www.jabberwocky.com/software/paperkey/" ;
24
23
license = licenses . gpl2 ;
25
24
platforms = platforms . linux ;
26
- maintainers = [ maintainers . skeidel ] ;
25
+ maintainers = with maintainers ; [ skeidel ] ;
27
26
} ;
28
27
}
You can’t perform that action at this time.
0 commit comments