about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-28 05:27:49 -0700
committerobadz <obadz-git@obadz.com>2018-03-28 23:53:40 +0100
commit7893cb22dc09d9a35919188382f0c45b43abbe07 (patch)
tree56be2112128227ed6ac689f4f2d2118ea4aa4938 /pkgs
parent74ea88b263d92dab3cff36398ad990bf5dba24f4 (diff)
downloadnixlib-7893cb22dc09d9a35919188382f0c45b43abbe07.tar
nixlib-7893cb22dc09d9a35919188382f0c45b43abbe07.tar.gz
nixlib-7893cb22dc09d9a35919188382f0c45b43abbe07.tar.bz2
nixlib-7893cb22dc09d9a35919188382f0c45b43abbe07.tar.lz
nixlib-7893cb22dc09d9a35919188382f0c45b43abbe07.tar.xz
nixlib-7893cb22dc09d9a35919188382f0c45b43abbe07.tar.zst
nixlib-7893cb22dc09d9a35919188382f0c45b43abbe07.zip
mate.libmatekbd: 1.20.0 -> 1.20.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.20.1 with grep in /nix/store/03zsljdh5dy4xidfi0hr9irs23z5lvj4-libmatekbd-1.20.1
- directory tree listing: https://gist.github.com/16b4b6e371f933ba6a7c385070a069c0
Diffstat (limited to 'pkgs')
-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 209edf1f363b..fb7a8308ee5f 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.0";
+  version = "1.20.1";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "1n2zphb3g6ai54nfr0r9s06vn3bmm361xpjga88hmq947fvbpx19";
+    sha256 = "1d80xnbb8w51cv9cziybdxca037lksqkc5bd8wqlyb2p79z77426";
   };
 
   nativeBuildInputs = [ pkgconfig intltool ];