mpvScripts.thumbnail: 0.5.2 -> 0.5.3

This commit is contained in:
R. Ryantm 2023-10-20 09:59:39 +00:00
parent 5bf82c5a0b
commit b43269b8cd

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "mpv-thumbnail-script";
version = "0.5.2";
version = "0.5.3";
src = fetchFromGitHub {
owner = "marzzzello";
repo = "mpv_thumbnail_script";
rev = version;
sha256 = "sha256-6J1eeuSYyUJmWLIl9WsQ4NzQOBJNO3Cnl5jcPEal4vM=";
sha256 = "sha256-J24Rou7BTE7zoiPlBkWuO9dtYJiuzkuwB4FROuzXzag=";
};
nativeBuildInputs = [ python3 ];