about summary refs log tree commit diff
path: root/pkgs/desktops/mate
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-02-24 12:34:50 +0000
committerBobby Rong <rjl931189261@126.com>2024-03-14 23:34:10 +0800
commit9e31001c4b6f77eef7697267c50ef8639462ca73 (patch)
treec8768a0cf6a860e3b463489fcab589a9c5b58b1b /pkgs/desktops/mate
parent5c5df850027b657f9f82daadf5ffc9c8a24fb083 (diff)
downloadnixlib-9e31001c4b6f77eef7697267c50ef8639462ca73.tar
nixlib-9e31001c4b6f77eef7697267c50ef8639462ca73.tar.gz
nixlib-9e31001c4b6f77eef7697267c50ef8639462ca73.tar.bz2
nixlib-9e31001c4b6f77eef7697267c50ef8639462ca73.tar.lz
nixlib-9e31001c4b6f77eef7697267c50ef8639462ca73.tar.xz
nixlib-9e31001c4b6f77eef7697267c50ef8639462ca73.tar.zst
nixlib-9e31001c4b6f77eef7697267c50ef8639462ca73.zip
mate.mate-user-share: 1.26.0 -> 1.28.0
https://github.com/mate-desktop/mate-user-share/compare/v1.26.0...v1.28.0
Diffstat (limited to 'pkgs/desktops/mate')
-rw-r--r--pkgs/desktops/mate/mate-user-share/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/desktops/mate/mate-user-share/default.nix b/pkgs/desktops/mate/mate-user-share/default.nix
index 84204e3e34be..3e33e4fd47a4 100644
--- a/pkgs/desktops/mate/mate-user-share/default.nix
+++ b/pkgs/desktops/mate/mate-user-share/default.nix
@@ -5,6 +5,7 @@
 , gettext
 , itstool
 , gtk3
+, caja
 , dbus-glib
 , libnotify
 , libxml2
@@ -21,11 +22,11 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "mate-user-share";
-  version = "1.26.0";
+  version = "1.28.0";
 
   src = fetchurl {
     url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "1wh0b4qw5wzpl7sg44lpwjb9r6xllch3xfz8c2cchl8rcgbh2kph";
+    sha256 = "iYVgmZkXllE0jkl+8I81C4YIG5expKcwQHfurlc5rjg=";
   };
 
   nativeBuildInputs = [
@@ -38,10 +39,10 @@ stdenv.mkDerivation rec {
 
   buildInputs = [
     gtk3
+    caja
     dbus-glib
     libnotify
     libcanberra-gtk3
-    mate.caja
     hicolor-icon-theme
     # Should mod_dnssd and apacheHttpd be runtime dependencies?
     # In gnome-user-share they are not.