summary refs log tree commit diff
path: root/pkgs/desktops/mate
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-06-21 09:17:33 +0100
committerGitHub <noreply@github.com>2018-06-21 09:17:33 +0100
commiteb16ff918e327c05894672ea0fb95ad6c3237641 (patch)
treeb734922723971332765879c4b20bb0b290ad6832 /pkgs/desktops/mate
parent939bf0d4b291c148c233adf551be065e00348cb9 (diff)
parent75dc4a5b67c4cecc75f99c5f26bcac3d4958c4c3 (diff)
downloadnixlib-eb16ff918e327c05894672ea0fb95ad6c3237641.tar
nixlib-eb16ff918e327c05894672ea0fb95ad6c3237641.tar.gz
nixlib-eb16ff918e327c05894672ea0fb95ad6c3237641.tar.bz2
nixlib-eb16ff918e327c05894672ea0fb95ad6c3237641.tar.lz
nixlib-eb16ff918e327c05894672ea0fb95ad6c3237641.tar.xz
nixlib-eb16ff918e327c05894672ea0fb95ad6c3237641.tar.zst
nixlib-eb16ff918e327c05894672ea0fb95ad6c3237641.zip
Merge pull request #42229 from r-ryantm/auto-update/marco
mate.marco: 1.20.1 -> 1.20.2
Diffstat (limited to 'pkgs/desktops/mate')
-rw-r--r--pkgs/desktops/mate/marco/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/marco/default.nix b/pkgs/desktops/mate/marco/default.nix
index 42c74aa1173d..c1c6d96688ba 100644
--- a/pkgs/desktops/mate/marco/default.nix
+++ b/pkgs/desktops/mate/marco/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "marco-${version}";
-  version = "1.20.1";
+  version = "1.20.2";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "1qnx47aibvl00qaf1jik457cwncxb71pf5pd1m3gdg7ky61ljkm4";
+    sha256 = "1fn0yfqjp44gr4kly96qjsd73x06z1xyw6bpyhh09kdqwd80rgiy";
   };
 
   nativeBuildInputs = [