Merge pull request #192502 from r-ryantm/auto-update/mpv-mpris

mpvScripts.mpris: 0.8.1 -> 0.9
This commit is contained in:
figsoda 2022-09-23 23:55:24 -04:00 committed by GitHub
commit 5a2d0a920d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mpv-mpris";
version = "0.8.1";
version = "0.9";
src = fetchFromGitHub {
owner = "hoyon";
repo = "mpv-mpris";
rev = version;
sha256 = "ugEiQZA1vQCVwyv3ViM84Qz8lhRvy17vcxjayYevTAs=";
sha256 = "sha256-leW7oCWTnJuprVnJJ+iXd3nuB2VXl3fw8FmPxv7d6rA=";
};
nativeBuildInputs = [ pkg-config ];