Fix sha256 hash of disnix

This commit is contained in:
Sander van der Burg 2013-11-07 11:33:23 +01:00
parent 9c1982cd68
commit 890b706df5

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = http://hydra.nixos.org/build/6763179/download/4/disnix-0.3pre8aa12b65ced9029f7c17a494cee25e6ffc69fdea.tar.gz;
sha256 = "18sxs4c3a1sr2sldd6p7rmxg6541v1hsl987vzc7ij8mwkcnm1r0";
sha256 = "0zmsaz1kvc7dl1igh6z74jxy3w5p2zbfm9jsczdjdh3947fkni4p";
};
buildInputs = [ pkgconfig dbus_glib libxml2 libxslt getopt nixUnstable libintlOrEmpty libiconvOrEmpty ];