diff --git a/pkgs/applications/video/mpv/scripts/mpv-notify-send.nix b/pkgs/applications/video/mpv/scripts/mpv-notify-send.nix index 60ca030c5720..0a00b04c7192 100644 --- a/pkgs/applications/video/mpv/scripts/mpv-notify-send.nix +++ b/pkgs/applications/video/mpv/scripts/mpv-notify-send.nix @@ -9,24 +9,15 @@ buildLua rec { pname = "mpv-notify-send"; - version = "0-unstable-2020-02-24"; + version = "0-unstable-2024-07-11"; src = fetchFromGitHub { owner = "Parranoh"; repo = "mpv-notify-send"; - rev = "a2bab8b2fd8e8d14faa875b5cc3a73f1276cd88a"; - hash = "sha256-EwVkhyB87TJ3i9xJmmZMSTMUKvfbImI1S+y1vgRWbDk="; + rev = "d98d9fe566b222c5b909e3905e9e201eaec34959"; + hash = "sha256-H8WIKfQnle27eiwnz2sxC8D1EwQplY4N7Qg5+c1e/uU="; }; - patches = [ - # show title of online videos instead of url - (fetchpatch { - name = "6.patch"; # https://github.com/emilazy/mpv-notify-send/pull/6 - url = "https://github.com/emilazy/mpv-notify-send/commit/948347e14890e15e89cd1e069beb1140e2d01dce.patch"; - hash = "sha256-7aXQ8qeqG4yX0Uyn09xCIESnwPZsb6Frd7C49XgbpFw="; - }) - ]; - passthru.extraWrapperArgs = [ "--prefix" "PATH"