Merge pull request #255517 from NixOS/backport-253799-to-release-23.05

[Backport release-23.05] mpvScripts.mpvacious: 0.23 -> 0.24
This commit is contained in:
Fabián Heredia Montiel
2023-09-16 17:55:32 -06:00
committed by GitHub

View File

@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "mpvacious";
version = "0.23";
version = "0.24";
src = fetchFromGitHub {
owner = "Ajatt-Tools";
repo = "mpvacious";
rev = "v${version}";
sha256 = "sha256-b0JUT5Y0u/H9p5whuFTU8EgQnKzFCUR2HA9NO+mxe04=";
sha256 = "sha256-o0YcoSI+4934HlyIoI5V1h/FalCe+6tXS8Lg6kXWjSg=";
};
postPatch = ''