summary refs log tree commit diff
path: root/pkgs/desktops/mate/mate-terminal/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-14 11:43:22 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-14 20:43:22 +0200
commitfb646ae2059a5009b3074e98ac2922c81294435b (patch)
tree377786437e0e7ba36bc66ed71eb4d71d6cbe87bf /pkgs/desktops/mate/mate-terminal/default.nix
parentcbb943eff03d622dc0eab04ebd6d0b8d72ff9ca6 (diff)
downloadnixpkgs-fb646ae2059a5009b3074e98ac2922c81294435b.tar
nixpkgs-fb646ae2059a5009b3074e98ac2922c81294435b.tar.gz
nixpkgs-fb646ae2059a5009b3074e98ac2922c81294435b.tar.bz2
nixpkgs-fb646ae2059a5009b3074e98ac2922c81294435b.tar.lz
nixpkgs-fb646ae2059a5009b3074e98ac2922c81294435b.tar.xz
nixpkgs-fb646ae2059a5009b3074e98ac2922c81294435b.tar.zst
nixpkgs-fb646ae2059a5009b3074e98ac2922c81294435b.zip
mate.mate-terminal: 1.20.1 -> 1.21.0 (#43180)
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/pkwgjc2972cx5yicsppl6ivkrbl9sflh-mate-terminal-1.21.0/bin/mate-terminal passed the binary check.
- /nix/store/pkwgjc2972cx5yicsppl6ivkrbl9sflh-mate-terminal-1.21.0/bin/mate-terminal.wrapper passed the binary check.
- /nix/store/pkwgjc2972cx5yicsppl6ivkrbl9sflh-mate-terminal-1.21.0/bin/.mate-terminal-wrapped passed the binary check.
- /nix/store/pkwgjc2972cx5yicsppl6ivkrbl9sflh-mate-terminal-1.21.0/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.21.0 with grep in /nix/store/pkwgjc2972cx5yicsppl6ivkrbl9sflh-mate-terminal-1.21.0
- directory tree listing: https://gist.github.com/cbbde60e233e1916f09d61e0a3e6e306
- du listing: https://gist.github.com/21079e9340adbd98c94647457231e080
Diffstat (limited to 'pkgs/desktops/mate/mate-terminal/default.nix')
-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 036f996da6a..a2f35284f4e 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.1";
+  version = "1.21.0";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "0yfr857mpxy35zzdmicvd7mpwka8s1h0rqagfjqc2p1gv4a7ka97";
+    sha256 = "15vx7b5nbjbym22pz3l3cyqhv4dnd6vl2hb56xhwq625aw2a7chv";
   };
 
   buildInputs = [