3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #79751 from doronbehar/update-mpv-mpris

mpvScripts.mpris: 0.3 -> 0.4
This commit is contained in:
Jörg Thalheim 2020-03-31 11:53:53 +01:00 committed by GitHub
commit b114def89c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};