Unverified Commit dd34fb5e authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

Merge pull request #332008 from lunik1/mpv-playlistmanager_0-unstable-2024-07-28

mpvScripts.mpv-playlistmanager: 0-unstable-2024-02-26 -> 0-unstable-2024-07-28
parents 434c79ec 462d6397
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildLua rec {
  pname = "mpv-playlistmanager";
  version = "0-unstable-2024-02-26";
  version = "0-unstable-2024-07-28";

  src = fetchFromGitHub {
    owner = "jonniek";
    repo = "mpv-playlistmanager";
    rev = "1911dc053951169c98cfcfd9f44ef87d9122ca80";
    hash = "sha256-pcdOMhkivLF5B86aNuHrqj77DuYLAFGlwFwY7jxkDkE=";
    rev = "54ed4421f9db5df22524d37e565fe4bb2d12117e";
    hash = "sha256-RAIyPgqDjKkKcBAzIehpqxCNkWt0Gyxvfo8ycXkjAe0=";
  };
  passthru.updateScript = unstableGitUpdater { };