summary refs log tree commit diff
path: root/pkgs/desktops/mate/libmatemixer
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-14 11:49:34 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-14 20:49:34 +0200
commitf62882f5b8743e1c7ca81c7fd13aafc2b063ce7b (patch)
treecdc1129316ae974362f00d4e0492672e3d742f66 /pkgs/desktops/mate/libmatemixer
parent2518f2ca6cf7eb7866c9f50cb7f5f4895934e709 (diff)
downloadnixpkgs-f62882f5b8743e1c7ca81c7fd13aafc2b063ce7b.tar
nixpkgs-f62882f5b8743e1c7ca81c7fd13aafc2b063ce7b.tar.gz
nixpkgs-f62882f5b8743e1c7ca81c7fd13aafc2b063ce7b.tar.bz2
nixpkgs-f62882f5b8743e1c7ca81c7fd13aafc2b063ce7b.tar.lz
nixpkgs-f62882f5b8743e1c7ca81c7fd13aafc2b063ce7b.tar.xz
nixpkgs-f62882f5b8743e1c7ca81c7fd13aafc2b063ce7b.tar.zst
nixpkgs-f62882f5b8743e1c7ca81c7fd13aafc2b063ce7b.zip
mate.libmatemixer: 1.20.1 -> 1.21.0 (#43192)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libmatemixer/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/rf6swqf4zz4aqbis00vmga92jz30lnqz-libmatemixer-1.21.0
- directory tree listing: https://gist.github.com/26d3098e20c8910a026178b4deba670a
- du listing: https://gist.github.com/e928bc54962d0f4e091f69990262af22
Diffstat (limited to 'pkgs/desktops/mate/libmatemixer')
-rw-r--r--pkgs/desktops/mate/libmatemixer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/libmatemixer/default.nix b/pkgs/desktops/mate/libmatemixer/default.nix
index 8bf0d9bec18..dab73ed3499 100644
--- a/pkgs/desktops/mate/libmatemixer/default.nix
+++ b/pkgs/desktops/mate/libmatemixer/default.nix
@@ -6,11 +6,11 @@
 
 stdenv.mkDerivation rec {
   name = "libmatemixer-${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 = "00p67mi0flsbgn15qpwq60rzf917s5islbmhirbvz6npcvv0d493";
+    sha256 = "1376x3rlisrc6hsz6yzi637msplmacxryyqnrsgfc580knp1nrvm";
   };
 
   nativeBuildInputs = [ pkgconfig intltool ];