Merge pull request #228131 from chewblacka/patch-2

get_iplayer: 3.27 -> 3.31

authored by Norbert Melzer and committed by GitHub 15b5b475 a56161ab

+3 -3
+3 -3
pkgs/applications/misc/get_iplayer/default.nix
··· 2 2 3 3 perlPackages.buildPerlPackage rec { 4 4 pname = "get_iplayer"; 5 - version = "3.27"; 5 + version = "3.31"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "get-iplayer"; 9 9 repo = "get_iplayer"; 10 10 rev = "v${version}"; 11 - sha256 = "077y31gg020wjpx5pcivqgkqawcjxh5kjnvq97x2gd7i3wwc30qi"; 11 + sha256 = "+ChCF27nmPKbqaZVxsZ6TlbzSdEz6RfMs87NE8xaSRw="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ makeWrapper ]; 15 15 buildInputs = [ perl ]; 16 16 propagatedBuildInputs = with perlPackages; [ 17 - HTMLParser HTTPCookies LWP LWPProtocolHttps XMLLibXML XMLSimple 17 + HTMLParser HTTPCookies LWP LWPProtocolHttps XMLLibXML XMLSimple Mojolicious 18 18 ]; 19 19 20 20 preConfigure = "touch Makefile.PL";