plex-mpv-shim: 1.10.3 -> 1.11.0

This commit is contained in:
R. Ryantm 2023-02-17 14:43:55 +00:00
parent 98042fc6d3
commit 1443e64050

View File

@ -3,13 +3,13 @@
buildPythonApplication rec {
pname = "plex-mpv-shim";
version = "1.10.3";
version = "1.11.0";
src = fetchFromGitHub {
owner = "iwalton3";
repo = pname;
rev = "v${version}";
sha256 = "0hgv9g17dkrh3zbsx27n80yvkgix9j2x0rgg6d3qsf7hp5j3xw4r";
rev = "refs/tags/v${version}";
sha256 = "sha256-hUGKOJEDZMK5uhHoevFt1ay6QQEcoN4F8cPxln5uMRo=";
};
nativeBuildInputs = [