get_iplayer: 3.35 -> 3.36

This commit is contained in:
John Garcia
2025-05-05 09:13:54 +01:00
parent a68c7dffbd
commit 2804595238
+2 -2
View File
@@ -12,13 +12,13 @@
perlPackages.buildPerlPackage rec {
pname = "get_iplayer";
version = "3.35";
version = "3.36";
src = fetchFromGitHub {
owner = "get-iplayer";
repo = "get_iplayer";
rev = "v${version}";
hash = "sha256-fqzrgmtqy7dlmGEaTXAqpdt9HqZCVooJ0Vf6/JUKihw=";
hash = "sha256-O/mVtbudrYw0jKeSckZlgonFDiWxfeiVc8gdcy4iNBw=";
};
nativeBuildInputs = [ makeWrapper ] ++ lib.optional stdenv.hostPlatform.isDarwin shortenPerlShebang;