cracklib: 2.9.4 -> 2.9.6
This commit is contained in:
parent
39a996731e
commit
50783998a2
@ -1,17 +1,17 @@
|
|||||||
{ stdenv, fetchurl, libintlOrEmpty, zlib, gettext }:
|
{ stdenv, fetchurl, libintlOrEmpty, zlib, gettext }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cracklib-2.9.4";
|
name = "cracklib-2.9.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/cracklib/${name}.tar.gz";
|
url = "https://github.com/cracklib/cracklib/releases/download/${name}/${name}.tar.gz";
|
||||||
sha256 = "0n49prh5rffl33bxy8qf46cqm6mswdlqpmm6iqi490w0p6s6da7j";
|
sha256 = "0hrkb0prf7n92w6rxgq0ilzkk6rkhpys2cfqkrbzswp27na7dkqp";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libintlOrEmpty zlib gettext ];
|
buildInputs = [ libintlOrEmpty zlib gettext ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://sourceforge.net/projects/cracklib;
|
homepage = https://github.com/cracklib/cracklib;
|
||||||
description = "A library for checking the strength of passwords";
|
description = "A library for checking the strength of passwords";
|
||||||
maintainers = with maintainers; [ lovek323 ];
|
maintainers = with maintainers; [ lovek323 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user