mate.mate-indicator-applet: 1.22.1 -> 1.24.0
This commit is contained in:
parent
873fb6fe49
commit
3e8fdffd12
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mate-indicator-applet";
|
pname = "mate-indicator-applet";
|
||||||
version = "1.22.1";
|
version = "1.24.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "https://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "05j5s6r4kx1rbz0j7a7xv38d0kbdi1r8iv8b6nx3lkbkdzq1x0w2";
|
sha256 = "0m7pvbs5hhy5f400wqb8wp0dw3pyjpjnjax9qzc73j97l1k3zawf";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/mate-desktop/mate-indicator-applet;
|
homepage = "https://github.com/mate-desktop/mate-indicator-applet";
|
||||||
description = "MATE panel indicator applet";
|
description = "MATE panel indicator applet";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
A small applet to display information from various applications
|
A small applet to display information from various applications
|
||||||
|
Loading…
x
Reference in New Issue
Block a user