Merge pull request #123528 from dasj19/gnome-podcasts-update

gnome-podcasts: 0.4.8 -> 0.4.9
This commit is contained in:
Maximilian Bosch 2021-05-18 17:29:08 +02:00 committed by GitHub
commit 6ca9ae4e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,11 @@
, python3 , python3
, pkg-config , pkg-config
, glib , glib
, libhandy_0 , cmake
, libhandy
, gtk3 , gtk3
, appstream-glib
, desktop-file-utils
, dbus , dbus
, openssl , openssl
, sqlite , sqlite
@ -19,20 +22,20 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-podcasts"; pname = "gnome-podcasts";
version = "0.4.8"; version = "0.4.9";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.gnome.org"; domain = "gitlab.gnome.org";
owner = "World"; owner = "World";
repo = "podcasts"; repo = "podcasts";
rev = version; rev = version;
sha256 = "0y2332zjq7vf1v38wzwz98fs19vpzy9kl7y0xbdzqr303l59hjb1"; sha256 = "1ah59ac3xm3sqai8zhil8ar30pviw83cm8in1n4id77rv24xkvgm";
}; };
cargoDeps = rustPlatform.fetchCargoTarball { cargoDeps = rustPlatform.fetchCargoTarball {
inherit src; inherit src;
name = "${pname}-${version}"; name = "${pname}-${version}";
hash = "sha256-GInRA/V61r42spb/JYlM8+mATSkmOxdm2zHPRWaKcck="; sha256 = "1iihpfvkli09ysn46cnif53xizkwzk0m91bljmlzsygp3ip5i5yw";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -49,9 +52,12 @@ stdenv.mkDerivation rec {
]; ];
buildInputs = [ buildInputs = [
appstream-glib
cmake
desktop-file-utils
glib glib
gtk3 gtk3
libhandy_0 libhandy
dbus dbus
openssl openssl
sqlite sqlite