mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
0.25.4 -> 0.25.5
svn path=/nixpkgs/trunk/; revision=5926
This commit is contained in:
parent
835f452e70
commit
51316f8a47
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
{stdenv, fetchurl, libxml2}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "neon-0.25.4";
|
||||
name = "neon-0.25.5";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/neon-0.25.4.tar.gz;
|
||||
md5 = "4448c3a91e80429ea733aec8ce300009";
|
||||
url = http://www.webdav.org/neon/neon-0.25.5.tar.gz;
|
||||
md5 = "b5fdb71dd407f0a3de0f267d27c9ab17";
|
||||
};
|
||||
buildInputs = [libxml2];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue