mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
upgrade to a newer version of shadowutils
2000th commit!!! svn path=/nixpkgs/branches/nixos-pkgs/; revision=2000
This commit is contained in:
parent
6537afc279
commit
5be8b1821a
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "shadow-4.0.4.1";
|
||||
name = "shadow-4.0.6";
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.pld.org.pl/software/shadow/old/shadow-4.0.4.1.tar.bz2;
|
||||
md5 = "3a3d17d3d7c630b602baf66ae7434c61";
|
||||
url = ftp://ftp.pld.org.pl/software/shadow/shadow-4.0.6.tar.bz2;
|
||||
md5 = "3ca79b02c0aaa82128f4c32cb68ffe4f";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue