Merge pull request #171051 from Kranzes/mpris

mpdris2: 0.8 -> 0.9.1
main
Artturi 2 years ago committed by GitHub
commit 4f907176e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/tools/audio/mpdris2/default.nix

@ -11,7 +11,7 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "mpDris2"; pname = "mpDris2";
version = "0.8"; version = "0.9.1";
format = "other"; format = "other";
strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943 strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943
@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "eonpatapon"; owner = "eonpatapon";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "048b8acsd1b8kcxzd9fsh5p9g2an9c4rznicfcpyrsjz5syv894h"; sha256 = "sha256-1Y6K3z8afUXeKhZzeiaEF3yqU0Ef7qdAj9vAkRlD2p8=";
}; };
preConfigure = '' preConfigure = ''
@ -49,7 +49,7 @@ python3.pkgs.buildPythonApplication rec {
description = "MPRIS 2 support for mpd"; description = "MPRIS 2 support for mpd";
homepage = "https://github.com/eonpatapon/mpDris2/"; homepage = "https://github.com/eonpatapon/mpDris2/";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; []; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

Loading…
Cancel
Save