pwgen: update from 2.05 to 2.06

This commit is contained in:
Nixpkgs Monitor 2013-12-14 00:33:10 +02:00 committed by Evgeny Egorochkin
parent 1485941a56
commit ea11828d44

View file

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