Bumped Disnix versions and added them to release.nix

svn path=/nixpkgs/trunk/; revision=25899
This commit is contained in:
Sander van der Burg
2011-02-11 12:53:23 +00:00
parent 6ca6fd8fc6
commit cd2df27b1c
5 changed files with 14 additions and 11 deletions
@@ -1,10 +1,10 @@
{stdenv, fetchurl, pkgconfig, dbus_glib, libxml2, libxslt, getopt, nixUnstable, gettext, libiconv}:
stdenv.mkDerivation {
name = "disnix-0.2pre25538";
name = "disnix-0.2pre25894";
src = fetchurl {
url = http://hydra.nixos.org/build/856742/download/4/disnix-0.2pre25538.tar.gz;
sha256 = "14cb5rhapsda2s22ys3d0i6qsfw4gnvc9483f5if3xr4hg6fgq0x";
url = http://hydra.nixos.org/build/895051/download/4/disnix-0.2pre25894.tar.gz;
sha256 = "0f8d2hnz67ykksw6l6izf06r9w7dkmlfb4dv6waxz9r7ylaardg2";
};
buildInputs = [ pkgconfig dbus_glib libxml2 libxslt getopt nixUnstable ]
++ stdenv.lib.optional (!stdenv.isLinux) libiconv