Commit 5014e83d authored by holyparzival's avatar holyparzival
Browse files

mpvScripts.mpvacious: 0.23 -> 0.24

parent cc2163bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''