pwgen: update from 2.06 to 2.07

This commit is contained in:
Evgeny Egorochkin 2014-11-01 14:51:38 +02:00
parent 0a8eeaa5ee
commit eb8f380f4e

View File

@ -1,10 +1,10 @@
{stdenv, fetchurl}: {stdenv, fetchurl}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "pwgen-2.06"; name = "pwgen-2.07";
src = fetchurl { src = fetchurl {
url = mirror://sourceforge/pwgen/pwgen-2.06.tar.gz; url = mirror://sourceforge/pwgen/pwgen-2.07.tar.gz;
sha256 = "0m1lhkcyizisksr1vlqysjkickrca9qwqkkx6vkv4zhg7ag8qnb1"; sha256 = "0mhmw700kkh238fzivcwnwi94bj9f3h36yfh3k3j2v19b0zmjx7b";
}; };
meta = { meta = {
description = "Password generator which creates passwords which can be easily memorized by a human"; description = "Password generator which creates passwords which can be easily memorized by a human";