Merge pull request #227239 from HolyParzival/mpvacious-0.23

mpvScripts.mpvacious: 0.20 -> 0.23
This commit is contained in:
Nick Cao 2023-04-21 10:18:49 +08:00 committed by GitHub
commit 2bd8a3add4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "mpvacious";
version = "0.20";
version = "0.23";
src = fetchFromGitHub {
owner = "Ajatt-Tools";
repo = "mpvacious";
rev = "v${version}";
sha256 = "sha256-9Lf7MVaJ5eC5Gb1PdGBvtENU8AAVq2jsUkY3wJfztt8=";
sha256 = "sha256-b0JUT5Y0u/H9p5whuFTU8EgQnKzFCUR2HA9NO+mxe04=";
};
postPatch = ''