newsbeuter: fix CVE-2017-14500

+6 -1
+6 -1
pkgs/applications/networking/feedreaders/newsbeuter/default.nix
··· 31 url = "https://github.com/akrennmair/newsbeuter/commit/33577f842d9b74c119f3cebda95ef8652304db81.patch"; 32 sha256 = "1kwhp6k14gk1hclgsr9w47qg7hs60p23zsl6f6vw13mczp2naqlb"; 33 }) 34 - ]; 35 36 installFlags = [ "DESTDIR=$(out)" "prefix=" ]; 37
··· 31 url = "https://github.com/akrennmair/newsbeuter/commit/33577f842d9b74c119f3cebda95ef8652304db81.patch"; 32 sha256 = "1kwhp6k14gk1hclgsr9w47qg7hs60p23zsl6f6vw13mczp2naqlb"; 33 }) 34 + # https://github.com/akrennmair/newsbeuter/issues/598 / CVE-2017-14500 35 + (fetchpatch { 36 + url = "https://github.com/akrennmair/newsbeuter/commit/26f5a4350f3ab5507bb8727051c87bb04660f333.patch"; 37 + sha256 = "1jjxj4z3s4f1n8rfpwyd42a40gjnziykqas6a26s1lsdkklnbp6q"; 38 + }) 39 + ]; 40 41 installFlags = [ "DESTDIR=$(out)" "prefix=" ]; 42