summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-02-16 19:35:35 +0300
committerNikolay Amiantov <ab@fmap.me>2016-02-16 19:35:58 +0300
commit7fd2cc1ea8687568901e7f8efec940ccb9e06657 (patch)
tree51726e2db1c7343b41e386cf40b547a0f462a276 /pkgs/applications/networking
parentfc48bf5a2ceb908b73dc035374e2ec5a31086aa2 (diff)
downloadnixlib-7fd2cc1ea8687568901e7f8efec940ccb9e06657.tar
nixlib-7fd2cc1ea8687568901e7f8efec940ccb9e06657.tar.gz
nixlib-7fd2cc1ea8687568901e7f8efec940ccb9e06657.tar.bz2
nixlib-7fd2cc1ea8687568901e7f8efec940ccb9e06657.tar.lz
nixlib-7fd2cc1ea8687568901e7f8efec940ccb9e06657.tar.xz
nixlib-7fd2cc1ea8687568901e7f8efec940ccb9e06657.tar.zst
nixlib-7fd2cc1ea8687568901e7f8efec940ccb9e06657.zip
liferea: update upstream tarball
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/newsreaders/liferea/default.nix4
-rw-r--r--pkgs/applications/networking/newsreaders/liferea/liferea-fix-notification-header-location.patch12
2 files changed, 1 insertions, 15 deletions
diff --git a/pkgs/applications/networking/newsreaders/liferea/default.nix b/pkgs/applications/networking/newsreaders/liferea/default.nix
index 442240c2718f..ff2b16b8a580 100644
--- a/pkgs/applications/networking/newsreaders/liferea/default.nix
+++ b/pkgs/applications/networking/newsreaders/liferea/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${name}.tar.bz2";
-    sha256 = "0wpinar2cxyzq2j7ff7lznc08f0n6qjdm9aavsarbgdpaf2s1xvq";
+    sha256 = "0xyy0qm3h22b69if2hmg36jzvvljxb1w0zy2m2a28kdqfzpa6m8g";
   };
 
   buildInputs = with gst_all_1; [
@@ -27,8 +27,6 @@ stdenv.mkDerivation rec {
     makeWrapper
   ];
 
-  patches = [ ./liferea-fix-notification-header-location.patch ];
-
   preFixup = ''
     for f in "$out"/bin/*; do
       wrapProgram "$f" \
diff --git a/pkgs/applications/networking/newsreaders/liferea/liferea-fix-notification-header-location.patch b/pkgs/applications/networking/newsreaders/liferea/liferea-fix-notification-header-location.patch
deleted file mode 100644
index 3cd322460b08..000000000000
--- a/pkgs/applications/networking/newsreaders/liferea/liferea-fix-notification-header-location.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur a/src/notification/libnotify.c b/src/notification/libnotify.c
---- a/src/notification/libnotify.c	2016-01-28 19:33:19.000000000 +0100
-+++ b/src/notification/libnotify.c	2016-02-01 19:20:39.167580131 +0100
-@@ -40,7 +40,7 @@
- #include "ui/feed_list_view.h"
- #include "ui/ui_tray.h"
- 
--#include "notification/notification.h"
-+#include "../notification.h"
- 
- static gboolean supports_actions = FALSE;
- static gboolean supports_append  = FALSE;