summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-03-31 11:53:53 +0100
committerGitHub <noreply@github.com>2020-03-31 11:53:53 +0100
commitb114def89ca86225081b325e4caae22f1691b5e9 (patch)
tree92619fc2e88ff6e094ec70603a3b30903e4ef17e /pkgs
parent5371ea97026e387aff1e467d190777a3af9f2810 (diff)
parentfe560588a5df26bb0f76a0547164afd9ca7de5c4 (diff)
Merge pull request #79751 from doronbehar/update-mpv-mpris
mpvScripts.mpris: 0.3 -> 0.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/mpv/scripts/mpris.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/mpv/scripts/mpris.nix b/pkgs/applications/video/mpv/scripts/mpris.nix
index e383823f2ccd..e318c7afa676 100644
--- a/pkgs/applications/video/mpv/scripts/mpris.nix
+++ b/pkgs/applications/video/mpv/scripts/mpris.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "mpv-mpris-${version}.so";
- version = "0.3";
+ version = "0.4";
src = fetchFromGitHub {
owner = "hoyon";
repo = "mpv-mpris";
rev = version;
- sha256 = "02lqsgp296s8wr0yh6wm8h7nhn53rj254zahpzbwdv15apgy0z17";
+ sha256 = "1fr3jvja8s2gdpx8qyk9r17977flms3qpm8zci62nd9r5wjdvr5i";
};
nativeBuildInputs = [ pkgconfig ];
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "MPRIS plugin for mpv";
- homepage = https://github.com/hoyon/mpv-mpris;
+ homepage = "https://github.com/hoyon/mpv-mpris";
license = licenses.mit;
maintainers = with maintainers; [ jfrankenau ];
};