summary refs log tree commit diff
path: root/pkgs/desktops/mate
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-02-12 14:51:21 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2020-02-12 14:58:29 -0300
commit5440c15b3c1ebf95190a0f3a90fd7b5ff7261cc6 (patch)
tree6ef0f8ab4099bc930e2b78efcb98f849bc6849b1 /pkgs/desktops/mate
parent8fdadaed8d9bbbc8cd80b04d155ddad057f37bde (diff)
downloadnixpkgs-5440c15b3c1ebf95190a0f3a90fd7b5ff7261cc6.tar
nixpkgs-5440c15b3c1ebf95190a0f3a90fd7b5ff7261cc6.tar.gz
nixpkgs-5440c15b3c1ebf95190a0f3a90fd7b5ff7261cc6.tar.bz2
nixpkgs-5440c15b3c1ebf95190a0f3a90fd7b5ff7261cc6.tar.lz
nixpkgs-5440c15b3c1ebf95190a0f3a90fd7b5ff7261cc6.tar.xz
nixpkgs-5440c15b3c1ebf95190a0f3a90fd7b5ff7261cc6.tar.zst
nixpkgs-5440c15b3c1ebf95190a0f3a90fd7b5ff7261cc6.zip
mate.mate-panel: 1.22.2 -> 1.24.0
Diffstat (limited to 'pkgs/desktops/mate')
-rw-r--r--pkgs/desktops/mate/mate-panel/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/desktops/mate/mate-panel/default.nix b/pkgs/desktops/mate/mate-panel/default.nix
index 06e9b386adb..7436415ff6d 100644
--- a/pkgs/desktops/mate/mate-panel/default.nix
+++ b/pkgs/desktops/mate/mate-panel/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "mate-panel";
-  version = "1.22.2";
+  version = "1.24.0";
 
   src = fetchurl {
     url = "https://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "1sm0fniywcxg8rbakhhc37bamwq1x3jqqyaqcvqwxvm6jg1hc97y";
+    sha256 = "1hrh10pqk8mva1ix2nmsp3cbbn81cgqy0b9lqhsl0b5p0s40i7in";
   };
 
   nativeBuildInputs = [
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "The MATE panel";
-    homepage = https://github.com/mate-desktop/mate-panel;
+    homepage = "https://github.com/mate-desktop/mate-panel";
     license = with licenses; [ gpl2 lgpl2 ];
     platforms = platforms.unix;
     maintainers = [ maintainers.romildo ];