Skip to content

Commit

Permalink
Merge pull request #79751 from doronbehar/update-mpv-mpris
Browse files Browse the repository at this point in the history
mpvScripts.mpris: 0.3 -> 0.4
  • Loading branch information
Mic92 committed Mar 31, 2020
2 parents 5371ea9 + fe56058 commit b114def
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/video/mpv/scripts/mpris.nix
Expand Up @@ -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 ];
Expand All @@ -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 ];
};
Expand Down

0 comments on commit b114def

Please sign in to comment.