about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2019-07-13 08:19:34 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2019-07-13 08:19:34 -0300
commitab59196e22bc9f25bd54b38e12ba969b57eb57ec (patch)
treeff778fdc342febaea948a728238bf03895de7f0d /pkgs/desktops
parent202d2b97b9c13d9c523eca708fe614e3bcb7c6d0 (diff)
downloadnixlib-ab59196e22bc9f25bd54b38e12ba969b57eb57ec.tar
nixlib-ab59196e22bc9f25bd54b38e12ba969b57eb57ec.tar.gz
nixlib-ab59196e22bc9f25bd54b38e12ba969b57eb57ec.tar.bz2
nixlib-ab59196e22bc9f25bd54b38e12ba969b57eb57ec.tar.lz
nixlib-ab59196e22bc9f25bd54b38e12ba969b57eb57ec.tar.xz
nixlib-ab59196e22bc9f25bd54b38e12ba969b57eb57ec.tar.zst
nixlib-ab59196e22bc9f25bd54b38e12ba969b57eb57ec.zip
mate.mate-user-share: 1.22.0 -> 1.22.1
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/mate/mate-user-share/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/mate-user-share/default.nix b/pkgs/desktops/mate/mate-user-share/default.nix
index 52d53478da1c..f152515d60e9 100644
--- a/pkgs/desktops/mate/mate-user-share/default.nix
+++ b/pkgs/desktops/mate/mate-user-share/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "mate-user-share-${version}";
-  version = "1.22.0";
+  version = "1.22.1";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
-    sha256 = "14bhr6fv6gj3ka3sf13q64ck4svx8f4x8kzbppxv0jygpjp48w7h";
+    sha256 = "1krsar1pwa8720qz2dckcg0f6z9mvfk49djdxaz1afvi7blmqd6k";
   };
 
   nativeBuildInputs = [