mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
python37Packages.mpv: 0.3.10 -> 0.4.5
This commit is contained in:
parent
648b0b824f
commit
f08e0598b1
|
@ -4,14 +4,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "mpv";
|
||||
version = "0.3.10";
|
||||
version = "0.4.5";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jaseg";
|
||||
repo = "python-mpv";
|
||||
rev = "v${version}";
|
||||
sha256 = "1w67rrxsvxl7glh5lri7c5hn1011jij1yh1dn50dxlz79n4h51b5";
|
||||
sha256 = "1y80c2k4s42lzvm5dz8wi186i7rsn1vs1wn30hp6v6vs62fb91fi";
|
||||
};
|
||||
|
||||
buildInputs = [ mpv ];
|
||||
|
|
Loading…
Reference in a new issue