forked from mirrors/nixpkgs
commit
0805920132
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, glib, libsoup, gobjectIntrospection, gnome3 }:
|
{ stdenv, fetchurl, pkgconfig, glib, libsoup, gobjectIntrospection, gnome3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "rest-0.7.92";
|
name = "rest-0.7.93";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/rest/0.7/${name}.tar.xz";
|
url = "mirror://gnome/sources/rest/0.7/${name}.tar.xz";
|
||||||
sha256 = "07548c8785a3e743daf54a82b952ff5f32af94fee68997df4c83b00d52f9c0ec";
|
sha256 = "05mj10hhiik23ai8w4wkk5vhsp7hcv24bih5q3fl82ilam268467";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig glib libsoup gobjectIntrospection];
|
buildInputs = [ pkgconfig glib libsoup gobjectIntrospection];
|
||||||
|
|
Loading…
Reference in a new issue