mpvScripts.mpv-notify-send: 0-unstable-2020-02-24 -> 0-unstable-2024-07-11

This commit is contained in:
éclairevoyant 2024-08-29 10:08:57 -04:00
parent 3c005b2730
commit e9f0695f3c
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -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"