From 89631e4df2b174913e15022ea437e961f5651744 Mon Sep 17 00:00:00 2001 From: Daniel Șerbănescu Date: Tue, 18 May 2021 17:03:43 +0200 Subject: gnome-podcasts: 0.4.8 -> 0.4.9 --- pkgs/applications/audio/gnome-podcasts/default.nix | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'pkgs/applications/audio/gnome-podcasts/default.nix') diff --git a/pkgs/applications/audio/gnome-podcasts/default.nix b/pkgs/applications/audio/gnome-podcasts/default.nix index 6524700ae15..710110c8172 100644 --- a/pkgs/applications/audio/gnome-podcasts/default.nix +++ b/pkgs/applications/audio/gnome-podcasts/default.nix @@ -8,8 +8,11 @@ , python3 , pkg-config , glib -, libhandy_0 +, cmake +, libhandy , gtk3 +, appstream-glib +, desktop-file-utils , dbus , openssl , sqlite @@ -19,20 +22,20 @@ stdenv.mkDerivation rec { pname = "gnome-podcasts"; - version = "0.4.8"; + version = "0.4.9"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "World"; repo = "podcasts"; rev = version; - sha256 = "0y2332zjq7vf1v38wzwz98fs19vpzy9kl7y0xbdzqr303l59hjb1"; + sha256 = "1ah59ac3xm3sqai8zhil8ar30pviw83cm8in1n4id77rv24xkvgm"; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; name = "${pname}-${version}"; - hash = "sha256-GInRA/V61r42spb/JYlM8+mATSkmOxdm2zHPRWaKcck="; + sha256 = "1iihpfvkli09ysn46cnif53xizkwzk0m91bljmlzsygp3ip5i5yw"; }; nativeBuildInputs = [ @@ -49,9 +52,12 @@ stdenv.mkDerivation rec { ]; buildInputs = [ + appstream-glib + cmake + desktop-file-utils glib gtk3 - libhandy_0 + libhandy dbus openssl sqlite -- cgit 1.4.1