about summary refs log tree commit diff
path: root/pkgs/desktops/mate
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-01-24 13:37:25 +0000
committerBobby Rong <rjl931189261@126.com>2023-01-24 21:39:00 +0800
commitc1739aca57fa7dfffe911c67466fa8048eaed90c (patch)
tree791a6f962577bde0778c1a926d18446e6788b9c9 /pkgs/desktops/mate
parent1b1f50645af2a70dc93eae18bfd88d330bfbcf7f (diff)
mate.marco: 1.26.0 -> 1.26.1
https://github.com/mate-desktop/marco/compare/v1.26.0...v1.26.1
Diffstat (limited to 'pkgs/desktops/mate')
-rw-r--r--pkgs/desktops/mate/marco/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/marco/default.nix b/pkgs/desktops/mate/marco/default.nix
index 27e41079243db..0012e2501c414 100644
--- a/pkgs/desktops/mate/marco/default.nix
+++ b/pkgs/desktops/mate/marco/default.nix
@@ -9,6 +9,7 @@
 , libgtop
 , libXdamage
 , libXpresent
+, libXres
 , libstartup_notification
 , gnome
 , glib
@@ -20,11 +21,11 @@
 
 stdenv.mkDerivation rec {
   pname = "marco";
-  version = "1.26.0";
+  version = "1.26.1";
 
   src = fetchurl {
     url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "01avxrg2fc6grfrp6hl8b0im4scy9xf6011swfrhli87ig6hhg7n";
+    sha256 = "tPpVUL+J1Pnv9a5ufWFQ42YaItUw1q3cZ1e86N0qXT0=";
   };
 
   nativeBuildInputs = [
@@ -40,6 +41,7 @@ stdenv.mkDerivation rec {
     libgtop
     libXdamage
     libXpresent
+    libXres
     libstartup_notification
     gtk3
     gnome.zenity