disnix: 0.5 -> 0.6

This commit is contained in:
Sander van der Burg 2016-06-16 21:01:45 +00:00
parent e612954896
commit b4315e523f

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, glib, libxml2, libxslt, getopt, nixUnstable, dysnomia, libintlOrEmpty, libiconv }:
stdenv.mkDerivation {
name = "disnix-0.5";
name = "disnix-0.6";
src = fetchurl {
url = http://hydra.nixos.org/build/31143411/download/4/disnix-0.5.tar.gz;
sha256 = "0v0gbbcspaj67sn8ncrripa5af0m2xykyjjn2n55smz5fwx6d124";
url = http://hydra.nixos.org/build/36897417/download/4/disnix-0.6.tar.gz;
sha256 = "1i3wxp7zn765gg0sri2jsdabkj0l7aqi8cxp46pyybdf4852d6gd";
};
buildInputs = [ pkgconfig glib libxml2 libxslt getopt nixUnstable libintlOrEmpty libiconv dysnomia ];