Merge pull request #81331 from r-ryantm/auto-update/libgdata
libgdata: 0.17.11 -> 0.17.12
This commit is contained in:
commit
398f9a2335
@ -12,7 +12,6 @@
|
|||||||
, gcr
|
, gcr
|
||||||
, gnome-online-accounts
|
, gnome-online-accounts
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, liboauth
|
|
||||||
, gnome3
|
, gnome3
|
||||||
, p11-kit
|
, p11-kit
|
||||||
, openssl
|
, openssl
|
||||||
@ -22,13 +21,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libgdata";
|
pname = "libgdata";
|
||||||
version = "0.17.11";
|
version = "0.17.12";
|
||||||
|
|
||||||
outputs = [ "out" "dev" "installedTests" ];
|
outputs = [ "out" "dev" "installedTests" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "11m99sh2k679rnsvqsi95s1l0r8lkvj61dmwg1pnxvsd5q91g6bb";
|
sha256 = "0613nihsvwvdnmlbjnwi8zqxgmpwyxdapzznq4cy1fp84246zzd0";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -47,7 +46,6 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
gcr
|
gcr
|
||||||
glib
|
glib
|
||||||
liboauth
|
|
||||||
libsoup
|
libsoup
|
||||||
libxml2
|
libxml2
|
||||||
openssl
|
openssl
|
||||||
@ -80,7 +78,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "GData API library";
|
description = "GData API library";
|
||||||
homepage = https://wiki.gnome.org/Projects/libgdata;
|
homepage = "https://wiki.gnome.org/Projects/libgdata";
|
||||||
maintainers = with maintainers; [ raskin lethalman ] ++ gnome3.maintainers;
|
maintainers = with maintainers; [ raskin lethalman ] ++ gnome3.maintainers;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user