liferea: update upstream tarball

+1 -15
+1 -3
pkgs/applications/networking/newsreaders/liferea/default.nix
··· 13 13 14 14 src = fetchurl { 15 15 url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${name}.tar.bz2"; 16 - sha256 = "0wpinar2cxyzq2j7ff7lznc08f0n6qjdm9aavsarbgdpaf2s1xvq"; 16 + sha256 = "0xyy0qm3h22b69if2hmg36jzvvljxb1w0zy2m2a28kdqfzpa6m8g"; 17 17 }; 18 18 19 19 buildInputs = with gst_all_1; [ ··· 26 26 libnotify 27 27 makeWrapper 28 28 ]; 29 - 30 - patches = [ ./liferea-fix-notification-header-location.patch ]; 31 29 32 30 preFixup = '' 33 31 for f in "$out"/bin/*; do
-12
pkgs/applications/networking/newsreaders/liferea/liferea-fix-notification-header-location.patch
··· 1 - diff -Naur a/src/notification/libnotify.c b/src/notification/libnotify.c 2 - --- a/src/notification/libnotify.c 2016-01-28 19:33:19.000000000 +0100 3 - +++ b/src/notification/libnotify.c 2016-02-01 19:20:39.167580131 +0100 4 - @@ -40,7 +40,7 @@ 5 - #include "ui/feed_list_view.h" 6 - #include "ui/ui_tray.h" 7 - 8 - -#include "notification/notification.h" 9 - +#include "../notification.h" 10 - 11 - static gboolean supports_actions = FALSE; 12 - static gboolean supports_append = FALSE;