librest 0.7.92 -> 0.7.93

This commit is contained in:
Mayeu - Cast 2016-03-18 17:16:37 +01:00
parent 1941c80610
commit 9fa2ad9635

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, glib, libsoup, gobjectIntrospection, gnome3 }:
stdenv.mkDerivation rec {
name = "rest-0.7.92";
name = "rest-0.7.93";
src = fetchurl {
url = "mirror://gnome/sources/rest/0.7/${name}.tar.xz";
sha256 = "07548c8785a3e743daf54a82b952ff5f32af94fee68997df4c83b00d52f9c0ec";
sha256 = "05mj10hhiik23ai8w4wkk5vhsp7hcv24bih5q3fl82ilam268467";
};
buildInputs = [ pkgconfig glib libsoup gobjectIntrospection];