about summary refs log tree commit diff
path: root/pkgs/tools/security/pwgen
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2014-11-01 14:51:38 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2014-11-01 14:52:11 +0200
commiteb8f380f4ede68df046c0e96b1ad3a6134892888 (patch)
treee477571678cb54f10c9446652dea7f534d94e233 /pkgs/tools/security/pwgen
parent0a8eeaa5ee2322775459cff8e7feb74f9ac5958e (diff)
pwgen: update from 2.06 to 2.07
Diffstat (limited to 'pkgs/tools/security/pwgen')
-rw-r--r--pkgs/tools/security/pwgen/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/pwgen/default.nix b/pkgs/tools/security/pwgen/default.nix
index be96510eca0d8..b793219f6497d 100644
--- a/pkgs/tools/security/pwgen/default.nix
+++ b/pkgs/tools/security/pwgen/default.nix
@@ -1,10 +1,10 @@
 {stdenv, fetchurl}:
 stdenv.mkDerivation {
-  name = "pwgen-2.06";
+  name = "pwgen-2.07";
 
   src = fetchurl {
-    url = mirror://sourceforge/pwgen/pwgen-2.06.tar.gz;
-    sha256 = "0m1lhkcyizisksr1vlqysjkickrca9qwqkkx6vkv4zhg7ag8qnb1";
+    url = mirror://sourceforge/pwgen/pwgen-2.07.tar.gz;
+    sha256 = "0mhmw700kkh238fzivcwnwi94bj9f3h36yfh3k3j2v19b0zmjx7b";
   };
   meta = {
     description = "Password generator which creates passwords which can be easily memorized by a human";