Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

liferea: 1.15.5 -> 1.15.6

Changes: https://github.com/lwindolf/liferea/releases/tag/v1.15.6

authored by

Sergei Trofimovich and committed by
Yaya
dbf28693 0bd32bf9

+2 -13
+2 -13
pkgs/applications/networking/newsreaders/liferea/default.nix
··· 1 1 { lib, stdenv 2 2 , fetchurl 3 - , fetchpatch 4 3 , pkg-config 5 4 , intltool 6 5 , python3Packages ··· 25 24 26 25 stdenv.mkDerivation rec { 27 26 pname = "liferea"; 28 - version = "1.15.5"; 27 + version = "1.15.6"; 29 28 30 29 src = fetchurl { 31 30 url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2"; 32 - hash = "sha256-7lanrs63N6ZnqxvjcW/+cUZVDqUbML2gftQUc/sLr3Q="; 31 + hash = "sha256-4P/0fwHofsRjZcLuFdkUKxWIp/9P5yXA2ED/zqTGd94="; 33 32 }; 34 - 35 - patches = [ 36 - # Pull upstream fix for libxml2-2.12 compatibility: 37 - # https://github.com/lwindolf/liferea/pull/1329 38 - (fetchpatch { 39 - name = "libxml2-2.12.patch"; 40 - url = "https://github.com/lwindolf/liferea/commit/be8ef494586d9ef73c04ec4ca058a9a158ae3562.patch"; 41 - hash = "sha256-K1R7dJMm7ui6QKQqAHCo/ZrLCW3PhPU1EKRPEICtCsQ="; 42 - }) 43 - ]; 44 33 45 34 nativeBuildInputs = [ 46 35 wrapGAppsHook