Merge pull request #189389 from bobby285271/cinnamon

libxplayer-plparser: 1.0.2 -> 1.0.3
This commit is contained in:
Bobby Rong 2022-09-03 16:30:29 +08:00 committed by GitHub
commit a771918e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,10 @@
{ stdenv
, lib
, fetchFromGitHub
, intltool
, meson
, ninja
, gobject-introspection
, gmime
, gmime3
, libxml2
, libsoup
, pkg-config
@ -11,23 +12,24 @@
stdenv.mkDerivation rec {
pname = "xplayer-plparser";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "1i7sld8am6b1wwbpfb18v7qp17vk2a5p8xcfds50yznr30lddsb2";
sha256 = "6GMKsIpyQdiyHPxrjWHAHvuCouJxrAcYPIo9u6TLOA4=";
};
nativeBuildInputs = [
intltool
meson
ninja
pkg-config
gobject-introspection
];
buildInputs = [
gmime
gmime3
libxml2
libsoup
];