mpv: 0.35.0 -> 0.35.1 (#213229)
This commit is contained in:
parent
a0feb36dc5
commit
0a9a0fefc2
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user