summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-12-15 09:44:34 -0800
committerGitHub <noreply@github.com>2017-12-15 09:44:34 -0800
commite9782a194ac5ac1171b4bab32b19e11e7f444cdf (patch)
treeb200f35300b61425786cca11d7962d97b4035aae /pkgs/tools
parent849074e5cd7447e68935d5930f636b72f79e2147 (diff)
parent7f15eb01c98d5a91df2f87f9316195655ea1e36d (diff)
downloadnixlib-e9782a194ac5ac1171b4bab32b19e11e7f444cdf.tar
nixlib-e9782a194ac5ac1171b4bab32b19e11e7f444cdf.tar.gz
nixlib-e9782a194ac5ac1171b4bab32b19e11e7f444cdf.tar.bz2
nixlib-e9782a194ac5ac1171b4bab32b19e11e7f444cdf.tar.lz
nixlib-e9782a194ac5ac1171b4bab32b19e11e7f444cdf.tar.xz
nixlib-e9782a194ac5ac1171b4bab32b19e11e7f444cdf.tar.zst
nixlib-e9782a194ac5ac1171b4bab32b19e11e7f444cdf.zip
Merge pull request #32693 from yegortimoshenko/paperkey/1.5
paperkey: 1.4 -> 1.5
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/paperkey/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/paperkey/default.nix b/pkgs/tools/security/paperkey/default.nix
index def98c9af4de..eba707b7d07c 100644
--- a/pkgs/tools/security/paperkey/default.nix
+++ b/pkgs/tools/security/paperkey/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "paperkey-${version}";
-  version = "1.4";
+  version = "1.5";
 
   src = fetchurl {
     url = "http://www.jabberwocky.com/software/paperkey/${name}.tar.gz";
-    sha256 = "0vrkryxqbsjcmqalsnxvc3pahg6vvyrn139aj8md29sihgnb0az1";
+    sha256 = "1prd2jaf4zjad3xhv160hmi5n408ssljfg7iz90jxs9w111pjwy4";
   };
 
   enableParallelBuilding = true;