summary refs log tree commit diff
path: root/pkgs/desktops/mate/libmatemixer
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 07:39:46 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 07:39:46 -0700
commit169678df561cd49e828f98aaa1665716df60c91a (patch)
tree1904c892121784970dfa92f2afdd3a7985ea4fe4 /pkgs/desktops/mate/libmatemixer
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixpkgs-169678df561cd49e828f98aaa1665716df60c91a.tar
nixpkgs-169678df561cd49e828f98aaa1665716df60c91a.tar.gz
nixpkgs-169678df561cd49e828f98aaa1665716df60c91a.tar.bz2
nixpkgs-169678df561cd49e828f98aaa1665716df60c91a.tar.lz
nixpkgs-169678df561cd49e828f98aaa1665716df60c91a.tar.xz
nixpkgs-169678df561cd49e828f98aaa1665716df60c91a.tar.zst
nixpkgs-169678df561cd49e828f98aaa1665716df60c91a.zip
mate.libmatemixer: 1.20.0 -> 1.20.1
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.20.1 with grep in /nix/store/11ay5byrlalp3z70d2nn3byf9i99m12p-libmatemixer-1.20.1
- directory tree listing: https://gist.github.com/6de4fa8f22cf5e05683ba4f03784a1f0
- du listing: https://gist.github.com/f63fa290542df670f00cabe5c6a7c5ca
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 10a690546f7..8bf0d9bec18 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.0";
+  version = "1.20.1";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "0jpfaqbspn2mjv6ysgzdmzhb07gx61yiiiwmrw94qymld2igrzb5";
+    sha256 = "00p67mi0flsbgn15qpwq60rzf917s5islbmhirbvz6npcvv0d493";
   };
 
   nativeBuildInputs = [ pkgconfig intltool ];