cinnamon.xapp: 2.4.2 -> 2.4.3

https://github.com/linuxmint/xapp/compare/2.4.2...2.4.3
This commit is contained in:
Bobby Rong 2023-03-29 11:32:16 +08:00
parent 9afb29b2b1
commit 4831d420c2
No known key found for this signature in database

View File

@ -1,5 +1,4 @@
{ fetchFromGitHub
, fetchpatch
, glib
, gobject-introspection
, gtk3
@ -23,7 +22,7 @@
stdenv.mkDerivation rec {
pname = "xapp";
version = "2.4.2";
version = "2.4.3";
outputs = [ "out" "dev" ];
@ -31,18 +30,9 @@ stdenv.mkDerivation rec {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-etB+q7FIwbApTUk8RohAy3kHX8Vb4cSY/qkvhj94yTM=";
hash = "sha256-j04vy/uVWY08Xdxqfo2MMUAlqsUMJTsAt67+XjkdhFg=";
};
patches = [
# xapp-sn-watcher crashes on cinnamon with glib 2.76.0
# https://github.com/linuxmint/xapp/issues/165
(fetchpatch {
url = "https://github.com/linuxmint/xapp/commit/3ef9861d6228c2061fbde2c0554be5ae6f42befa.patch";
sha256 = "sha256-7hYXA43UQpBLLjRVPoACc8xdhKyKnt3cDUBL4PhEtJY=";
})
];
nativeBuildInputs = [
meson
ninja