mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
perl-Crypt-RandPasswd: update to version 0.06
The old version is no longer available for download.
This commit is contained in:
parent
1faca0e3d6
commit
1f1971b214
@ -1785,10 +1785,10 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
CryptRandPasswd = buildPerlPackage {
|
||||
name = "Crypt-RandPasswd-0.05";
|
||||
name = "Crypt-RandPasswd-0.06";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/N/NE/NEILB/Crypt-RandPasswd-0.05.tar.gz;
|
||||
sha256 = "0djcjzk0wmlf02gx9935m7c1dhpmdwx3hjal8x80aa92baavwf2s";
|
||||
url = mirror://cpan/authors/id/N/NE/NEILB/Crypt-RandPasswd-0.06.tar.gz;
|
||||
sha256 = "0ca8544371wp4vvqsa19lnhl02hczpkbwkgsgm65ziwwim3r1gdi";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user