1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

Merge pull request #318896 from minijackson/python3Packages.mpv-1.0.6

python3Packages.mpv: 1.0.4 -> 1.0.6
This commit is contained in:
Jonas Heinrich 2024-06-11 15:57:34 +02:00 committed by GitHub
commit 22813ec765
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "mpv";
version = "1.0.4";
version = "1.0.6";
format = "pyproject";
src = fetchFromGitHub {
owner = "jaseg";
repo = "python-mpv";
rev = "v${version}";
hash = "sha256-qP5Biw4sTLioAhmMZX+Pemue2PWc3N7afAe38dwJv3U=";
hash = "sha256-1axVJ8XXs0ZPgsVux3+6YUm1KttLceZyyHOuUEHIFl4=";
};
nativeBuildInputs = [ setuptools ];