grilo-plugins: 0.3.15 → 0.3.16

- Adds support for libdmapsharing but we are not adding it because the required version depends on libsoup3 but Rhythmox, which also uses libdmapsharing still wants libsoup2.
- Updates supported lua version.

https://gitlab.gnome.org/GNOME/grilo-plugins/-/compare/grilo-plugins-0.3.15...grilo-plugins-0.3.16

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar 2023-04-05 23:06:44 +00:00
parent 48753b589a
commit 7e9e695820

View file

@ -11,7 +11,7 @@
, libsoup_3
, gnome
, libxml2
, lua5_3
, lua5_4
, liboauth
, libgdata
, libmediaart
@ -30,11 +30,11 @@
stdenv.mkDerivation rec {
pname = "grilo-plugins";
version = "0.3.15";
version = "0.3.16";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "hRjD2VT5MJXZVWJKBEzhanNFUy+BHSmdv6HhFM/rqzM=";
sha256 = "/m9Nvlhsa4uiQGOU4gLyLQCdZCqW6zpU8y9qIdCEzcs=";
};
patches = [
@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
grilo
libxml2
# libgdata
lua5_3
lua5_4
liboauth
sqlite
gnome-online-accounts