mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
update to 2.0.1
svn path=/nixpkgs/trunk/; revision=10030
This commit is contained in:
parent
8c0e2ba0c0
commit
234a7bdd69
|
@ -1,7 +1,7 @@
|
|||
{stdenv, fetchurl}: stdenv.mkDerivation {
|
||||
name = "expat-2.0.0";
|
||||
name = "expat-2.0.1";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/expat/expat-2.0.0.tar.gz;
|
||||
md5 = "d945df7f1c0868c5c73cf66ba9596f3f";
|
||||
url = mirror://sourceforge/expat/expat-2.0.1.tar.gz;
|
||||
sha256 = "14sy5qx9hgjyfs743iq8ywldhp5w4n6cscqf2p4hgrw6vys60xl4";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue