mpv: 0.35.0 -> 0.35.1 (#213229)

This commit is contained in:
Sergei Trofimovich 2023-01-29 02:44:08 +00:00 committed by GitHub
parent a0feb36dc5
commit 0a9a0fefc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ let
luaEnv = lua.withPackages (ps: with ps; [ luasocket ]);
in stdenv.mkDerivation (self: {
pname = "mpv";
version = "0.35.0";
version = "0.35.1";
outputs = [ "out" "dev" "man" ];
@ -90,7 +90,7 @@ in stdenv.mkDerivation (self: {
owner = "mpv-player";
repo = "mpv";
rev = "v${self.version}";
sha256 = "sha256-U3NDSxlX4/WkoHFkOvpcwPMwfwTnSpCw0QI5yLMK08o=";
sha256 = "sha256-CoYTX9hgxLo72YdMoa0sEywg4kybHbFsypHk1rCM6tM=";
};
postPatch = ''