summary refs log tree commit diff
path: root/pkgs/desktops/mate
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-14 11:49:14 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-14 20:49:14 +0200
commit2518f2ca6cf7eb7866c9f50cb7f5f4895934e709 (patch)
tree5ad3eef6666005a3dbe5af617299484d02339380 /pkgs/desktops/mate
parent4a6c45939a623c9805922fa99d0da333e76789b8 (diff)
downloadnixlib-2518f2ca6cf7eb7866c9f50cb7f5f4895934e709.tar
nixlib-2518f2ca6cf7eb7866c9f50cb7f5f4895934e709.tar.gz
nixlib-2518f2ca6cf7eb7866c9f50cb7f5f4895934e709.tar.bz2
nixlib-2518f2ca6cf7eb7866c9f50cb7f5f4895934e709.tar.lz
nixlib-2518f2ca6cf7eb7866c9f50cb7f5f4895934e709.tar.xz
nixlib-2518f2ca6cf7eb7866c9f50cb7f5f4895934e709.tar.zst
nixlib-2518f2ca6cf7eb7866c9f50cb7f5f4895934e709.zip
mate.libmatekbd: 1.20.2 -> 1.21.0 (#43193)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/gff3905ialfwgrpwyrhgaz56k1qzsphp-libmatekbd-1.21.0
- directory tree listing: https://gist.github.com/a9d8fc76f7c7e6f7b94c3c70dbf27d18
- du listing: https://gist.github.com/57420f2d15d064e6e84c8b2b3c6feaa1
Diffstat (limited to 'pkgs/desktops/mate')
-rw-r--r--pkgs/desktops/mate/libmatekbd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/libmatekbd/default.nix b/pkgs/desktops/mate/libmatekbd/default.nix
index 15b81a628863..842ab5b214da 100644
--- a/pkgs/desktops/mate/libmatekbd/default.nix
+++ b/pkgs/desktops/mate/libmatekbd/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "libmatekbd-${version}";
-  version = "1.20.2";
+  version = "1.21.0";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "1l1zbphs4snswf4bkrwkk6gsmb44bdhymcfgaaspzbrcmw3y7hr1";
+    sha256 = "0xi5ds2psbf0qb0363ljxz5m9xxh1hr2hcn8zv6ni6mdqsqnkajz";
   };
 
   nativeBuildInputs = [ pkgconfig intltool ];