about summary refs log tree commit diff
path: root/pkgs/desktops/mate/mate-terminal
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-24 10:36:39 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-24 19:36:39 +0200
commit92f66343d95fe0cf9fb12dcb5151507aa56b033f (patch)
treeb04e25b87e68bf0b76a870bda7ffb642b86f61f0 /pkgs/desktops/mate/mate-terminal
parent15ec13dad127baa7b1385d55679cea50ee1fd8d3 (diff)
mate.mate-terminal: 1.20.0 -> 1.20.1 (#42485)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-terminal/versions.

These checks were done:

- built on NixOS
- /nix/store/d64r6l493bv3f6xyxxfw41w1r765lk2q-mate-terminal-1.20.1/bin/mate-terminal passed the binary check.
- /nix/store/d64r6l493bv3f6xyxxfw41w1r765lk2q-mate-terminal-1.20.1/bin/mate-terminal.wrapper passed the binary check.
- /nix/store/d64r6l493bv3f6xyxxfw41w1r765lk2q-mate-terminal-1.20.1/bin/.mate-terminal-wrapped passed the binary check.
- /nix/store/d64r6l493bv3f6xyxxfw41w1r765lk2q-mate-terminal-1.20.1/bin/.mate-terminal.wrapper-wrapped passed the binary check.
- 4 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/d64r6l493bv3f6xyxxfw41w1r765lk2q-mate-terminal-1.20.1
- directory tree listing: https://gist.github.com/5e7716c45202939e7965bf76c7f86be7
- du listing: https://gist.github.com/b84bea1f0cc9eb94683e90ab7f4c30d2
Diffstat (limited to 'pkgs/desktops/mate/mate-terminal')
-rw-r--r--pkgs/desktops/mate/mate-terminal/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/mate-terminal/default.nix b/pkgs/desktops/mate/mate-terminal/default.nix
index b90211ae06111..036f996da6aa1 100644
--- a/pkgs/desktops/mate/mate-terminal/default.nix
+++ b/pkgs/desktops/mate/mate-terminal/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "mate-terminal-${version}";
-  version = "1.20.0";
+  version = "1.20.1";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "03366hs7mxazn6m6y53ppkb1din4jywljg0lx8zw101qg6car0az";
+    sha256 = "0yfr857mpxy35zzdmicvd7mpwka8s1h0rqagfjqc2p1gv4a7ka97";
   };
 
   buildInputs = [