xfce.xfce4-sensors-plugin: 1.3.92 -> 1.3.95
This commit is contained in:
parent
9692f0da73
commit
6a8196aa57
@ -8,11 +8,11 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xfce4-sensors-plugin";
|
pname = "xfce4-sensors-plugin";
|
||||||
version = "1.3.92";
|
version = "1.3.95";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
|
url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "04jibw23ibi61f19gc9xy400yhcdiya4px6zp8c7fjq65hyn9iix";
|
sha256 = "0v44qwrwb95jrlsni1gdlc0zhymlm62w42zs3jbr5mcdc7j4mil3";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin";
|
homepage = "https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin";
|
||||||
description = "A panel plug-in for different sensors using acpi, lm_sensors and hddtemp";
|
description = "A panel plug-in for different sensors using acpi, lm_sensors and hddtemp";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.romildo ];
|
maintainers = [ maintainers.romildo ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user