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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user