Merge pull request #139417 from sersorrel/backport-playerctl-v2.4.1

[21.05] playerctl: 2.3.1 -> 2.4.1
This commit is contained in:
figsoda 2021-09-25 12:39:32 -04:00 committed by GitHub
commit 4df9f1a69b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "playerctl"; pname = "playerctl";
version = "2.3.1"; version = "2.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "acrisci"; owner = "acrisci";
repo = "playerctl"; repo = "playerctl";
rev = "v${version}"; rev = "v${version}";
sha256 = "00z5c6amlxd3q42l7x8i0ngl627dxglgg5vikbbhjp9ms34xbxdn"; sha256 = "sha256-OiGKUnsKX0ihDRceZoNkcZcEAnz17h2j2QUOSVcxQEY=";
}; };
nativeBuildInputs = [ meson ninja pkg-config gtk-doc docbook_xsl gobject-introspection ]; nativeBuildInputs = [ meson ninja pkg-config gtk-doc docbook_xsl gobject-introspection ];