about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2024-03-16 17:53:08 +0000
committerYaya <github@uwu.is>2024-03-17 13:23:12 +0100
commitdbf28693ccce563c48a72b31268223caee613bb0 (patch)
treeabc90b4b1fdb0b772f5295c77b1acf24ff8f3026
parent0bd32bf93ac2b37d1b389a3ccb6e881db8b8191e (diff)
downloadnixlib-dbf28693ccce563c48a72b31268223caee613bb0.tar
nixlib-dbf28693ccce563c48a72b31268223caee613bb0.tar.gz
nixlib-dbf28693ccce563c48a72b31268223caee613bb0.tar.bz2
nixlib-dbf28693ccce563c48a72b31268223caee613bb0.tar.lz
nixlib-dbf28693ccce563c48a72b31268223caee613bb0.tar.xz
nixlib-dbf28693ccce563c48a72b31268223caee613bb0.tar.zst
nixlib-dbf28693ccce563c48a72b31268223caee613bb0.zip
liferea: 1.15.5 -> 1.15.6
Changes: https://github.com/lwindolf/liferea/releases/tag/v1.15.6
-rw-r--r--pkgs/applications/networking/newsreaders/liferea/default.nix15
1 files changed, 2 insertions, 13 deletions
diff --git a/pkgs/applications/networking/newsreaders/liferea/default.nix b/pkgs/applications/networking/newsreaders/liferea/default.nix
index 0851d0f30e79..06ec0b304576 100644
--- a/pkgs/applications/networking/newsreaders/liferea/default.nix
+++ b/pkgs/applications/networking/newsreaders/liferea/default.nix
@@ -1,6 +1,5 @@
 { lib, stdenv
 , fetchurl
-, fetchpatch
 , pkg-config
 , intltool
 , python3Packages
@@ -25,23 +24,13 @@
 
 stdenv.mkDerivation rec {
   pname = "liferea";
-  version = "1.15.5";
+  version = "1.15.6";
 
   src = fetchurl {
     url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
-    hash = "sha256-7lanrs63N6ZnqxvjcW/+cUZVDqUbML2gftQUc/sLr3Q=";
+    hash = "sha256-4P/0fwHofsRjZcLuFdkUKxWIp/9P5yXA2ED/zqTGd94=";
   };
 
-  patches = [
-    # Pull upstream fix for libxml2-2.12 compatibility:
-    #   https://github.com/lwindolf/liferea/pull/1329
-    (fetchpatch {
-      name = "libxml2-2.12.patch";
-      url = "https://github.com/lwindolf/liferea/commit/be8ef494586d9ef73c04ec4ca058a9a158ae3562.patch";
-      hash = "sha256-K1R7dJMm7ui6QKQqAHCo/ZrLCW3PhPU1EKRPEICtCsQ=";
-    })
-  ];
-
   nativeBuildInputs = [
     wrapGAppsHook
     python3Packages.wrapPython