summary refs log tree commit diff
path: root/pkgs/desktops/mate/libmatemixer
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-02-12 14:51:19 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2020-02-12 14:51:19 -0300
commitb143f1867d8138aceba02a0f83b7978a23673bb9 (patch)
tree2cd81cb45dcb39584e847d38716c1e54c86c60a1 /pkgs/desktops/mate/libmatemixer
parentfc1a17d0f114e2f5aeef1098d45de0a28d0bb135 (diff)
downloadnixpkgs-b143f1867d8138aceba02a0f83b7978a23673bb9.tar
nixpkgs-b143f1867d8138aceba02a0f83b7978a23673bb9.tar.gz
nixpkgs-b143f1867d8138aceba02a0f83b7978a23673bb9.tar.bz2
nixpkgs-b143f1867d8138aceba02a0f83b7978a23673bb9.tar.lz
nixpkgs-b143f1867d8138aceba02a0f83b7978a23673bb9.tar.xz
nixpkgs-b143f1867d8138aceba02a0f83b7978a23673bb9.tar.zst
nixpkgs-b143f1867d8138aceba02a0f83b7978a23673bb9.zip
mate.libmatemixer: 1.22.0 -> 1.24.0
Diffstat (limited to 'pkgs/desktops/mate/libmatemixer')
-rw-r--r--pkgs/desktops/mate/libmatemixer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/desktops/mate/libmatemixer/default.nix b/pkgs/desktops/mate/libmatemixer/default.nix
index 9c2dc412d4d..ca73c550cb1 100644
--- a/pkgs/desktops/mate/libmatemixer/default.nix
+++ b/pkgs/desktops/mate/libmatemixer/default.nix
@@ -6,11 +6,11 @@
 
 stdenv.mkDerivation rec {
   pname = "libmatemixer";
-  version = "1.22.0";
+  version = "1.24.0";
 
   src = fetchurl {
     url = "https://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "1v0gpr55gj4mj8hzxbhgzrmhaxvs2inxhsmirvjw39sc7iplvrh9";
+    sha256 = "08vkdp2kzy27xwscwp2jj5nz0yblrka2482l6cx3wl4dnk0rpznm";
   };
 
   nativeBuildInputs = [ pkgconfig intltool ];
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Mixer library for MATE";
-    homepage = https://github.com/mate-desktop/libmatemixer;
+    homepage = "https://github.com/mate-desktop/libmatemixer";
     license = with licenses; [ gpl2 lgpl2 ];
     platforms = platforms.linux;
     maintainers = [ maintainers.romildo ];