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-20 23:49:07 +0100
committerGitHub <noreply@github.com>2018-06-20 23:49:07 +0100
commit7f042d6c7a4efa4a180c5380f38e6b8d2bd78075 (patch)
tree161b35bd3c6865323da672ea77ecd68f61d7e198 /pkgs/desktops/mate
parent0a74cb2e194c7d215c994835162c9c91a2340448 (diff)
parentf643a1c2a46017adb975c01746993f8d901f2289 (diff)
downloadnixpkgs-7f042d6c7a4efa4a180c5380f38e6b8d2bd78075.tar
nixpkgs-7f042d6c7a4efa4a180c5380f38e6b8d2bd78075.tar.gz
nixpkgs-7f042d6c7a4efa4a180c5380f38e6b8d2bd78075.tar.bz2
nixpkgs-7f042d6c7a4efa4a180c5380f38e6b8d2bd78075.tar.lz
nixpkgs-7f042d6c7a4efa4a180c5380f38e6b8d2bd78075.tar.xz
nixpkgs-7f042d6c7a4efa4a180c5380f38e6b8d2bd78075.tar.zst
nixpkgs-7f042d6c7a4efa4a180c5380f38e6b8d2bd78075.zip
Merge pull request #42227 from r-ryantm/auto-update/mate-calc
mate.mate-calc: 1.20.1 -> 1.20.2
Diffstat (limited to 'pkgs/desktops/mate')
-rw-r--r--pkgs/desktops/mate/mate-calc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/mate-calc/default.nix b/pkgs/desktops/mate/mate-calc/default.nix
index 7e501fcf379..52f21225cbb 100644
--- a/pkgs/desktops/mate/mate-calc/default.nix
+++ b/pkgs/desktops/mate/mate-calc/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "mate-calc-${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 = "00k063ia4dclvcpg1q733lbi56533s6mj8bgb1nrgna6y7zw4q87";
+    sha256 = "1ghz03j9lfgrjrh8givsw83dpbkw4wlhq4ar3r5g1bf1z636jlx0";
   };
 
   nativeBuildInputs = [