rest: add 0.7.91 version and use mirror

This commit is contained in:
Luca Bruno 2014-05-18 23:43:44 +02:00
parent 39478f037a
commit 45a5e81138

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, glib, libsoup, gobjectIntrospection }: { stdenv, fetchurl, pkgconfig, glib, libsoup, gobjectIntrospection }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "rest-0.7.90"; name = "rest-0.7.91";
src = fetchurl { src = fetchurl {
url = "http://ftp.acc.umu.se/pub/GNOME/core/3.10/3.10.2/sources/${name}.tar.xz"; url = "mirror://gnome/sources/rest/0.7/${name}.tar.xz";
sha256 = "08n0cvz44l4b1gkmjryap3ysd0wcbbbdjbcar73nr52dmk52ls0x"; sha256 = "838814d935143f2dc99eb79f1ac69c615e7b547339f6cd226dd0ed4d7c16b67a";
}; };
buildInputs = [ pkgconfig glib libsoup gobjectIntrospection]; buildInputs = [ pkgconfig glib libsoup gobjectIntrospection];