mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
upgrade to 4.0.6, so it plays nice with other packages, changed header files, whatever...
svn path=/nixpkgs/trunk/; revision=1729
This commit is contained in:
parent
35cf2df53e
commit
45a8365946
@ -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 New Issue
Block a user