mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
mate.mate-sensors-applet: 1.20.3 -> 1.22.0
This commit is contained in:
parent
e33372c39c
commit
65740257d6
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, itstool, gtk3, libxml2, libxslt, libatasmart, libnotify, dbus-glib, lm_sensors, mate, hicolor-icon-theme, wrapGAppsHook }:
|
{ stdenv, fetchurl, pkgconfig, intltool, itstool, gtk3, libxml2, libxslt, libatasmart, libnotify, lm_sensors, mate, hicolor-icon-theme, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mate-sensors-applet-${version}";
|
name = "mate-sensors-applet-${version}";
|
||||||
version = "1.20.3";
|
version = "1.22.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
|
url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
|
||||||
sha256 = "0s98qy3jkri9zh5xqffprqd00cqspaq9av0mcrcakjkl8wyfh2g6";
|
sha256 = "0wf07ppzdg9ql4limnq5vd2c2imyww9dy477hcgxl4vfw45vy19k";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
libxslt
|
libxslt
|
||||||
libatasmart
|
libatasmart
|
||||||
libnotify
|
libnotify
|
||||||
dbus-glib
|
|
||||||
lm_sensors
|
lm_sensors
|
||||||
mate.mate-panel
|
mate.mate-panel
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
|
Loading…
Reference in New Issue
Block a user