mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
cracklib: update from 2.8.16 to 2.9.1
This commit is contained in:
parent
7f6851883f
commit
2d22254e87
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, libintlOrEmpty }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cracklib-2.8.16";
|
||||
name = "cracklib-2.9.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/cracklib/${name}.tar.gz";
|
||||
sha256 = "1g3mchdvra9nihxlkl3rdz96as3xnfw5m59hmr5k17l7qa9a8fpw";
|
||||
sha256 = "0mni2sz7350d4acs7gdl8nilfmnb8qhcvmxnpf6dr5wsag10b2a0";
|
||||
};
|
||||
|
||||
buildInputs = libintlOrEmpty;
|
||||
|
|
Loading…
Reference in a new issue