freshrss: 1.26.2 -> 1.26.3 (#413454)

authored by Felix Bühler and committed by GitHub af751cc1 828045c9

+2 -2
+2 -2
pkgs/servers/web-apps/freshrss/default.nix
··· 9 9 10 10 stdenvNoCC.mkDerivation rec { 11 11 pname = "FreshRSS"; 12 - version = "1.26.2"; 12 + version = "1.26.3"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "FreshRSS"; 16 16 repo = "FreshRSS"; 17 17 rev = version; 18 - hash = "sha256-TVtyX0/HKtLHFjHHjZDwOOcbHJ7Bq0NrlI3drlm6Gy4="; 18 + hash = "sha256-/573UMMALfU46uJefxf/DMhEcIMiI+CVR9lg9kXFdF0="; 19 19 }; 20 20 21 21 postPatch = ''