From 4871d8d0d8377fd14e29e983c3f179cc32665ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 4 May 2024 22:45:20 +0200 Subject: [PATCH] mpv-tv: update iptv hash --- packages/mpv-tv.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mpv-tv.nix b/packages/mpv-tv.nix index d969295..e0641d3 100644 --- a/packages/mpv-tv.nix +++ b/packages/mpv-tv.nix @@ -9,7 +9,7 @@ live-tv = pkgs.fetchurl { url = "https://raw.githubusercontent.com/Free-TV/IPTV/master/playlist.m3u8"; - sha256 = "sha256-yNeML586RXXX5+VUtinH1C9M50hvnJih7oLmsVspk0M="; + hash = "sha256-l8tBwdTWm7l4h/eIHlcflDTgvv6lGMs6Vt7eVMpNLlw="; postFetch = m3u-to-tsv; };