3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #14021 from Mayeu/patch-4

librest 0.7.92 -> 0.7.93
This commit is contained in:
Luca Bruno 2016-04-01 17:58:35 +02:00
commit 0805920132

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];