3
0
Fork 0
forked from mirrors/nixpkgs

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.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";