Merge pull request #212431 from bobby285271/upd/marco
mate.marco: 1.26.0 -> 1.26.1
This commit is contained in:
commit
68b5e4c4cf
@ -9,6 +9,7 @@
|
|||||||
, libgtop
|
, libgtop
|
||||||
, libXdamage
|
, libXdamage
|
||||||
, libXpresent
|
, libXpresent
|
||||||
|
, libXres
|
||||||
, libstartup_notification
|
, libstartup_notification
|
||||||
, gnome
|
, gnome
|
||||||
, glib
|
, glib
|
||||||
@ -20,11 +21,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "marco";
|
pname = "marco";
|
||||||
version = "1.26.0";
|
version = "1.26.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "01avxrg2fc6grfrp6hl8b0im4scy9xf6011swfrhli87ig6hhg7n";
|
sha256 = "tPpVUL+J1Pnv9a5ufWFQ42YaItUw1q3cZ1e86N0qXT0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -40,6 +41,7 @@ stdenv.mkDerivation rec {
|
|||||||
libgtop
|
libgtop
|
||||||
libXdamage
|
libXdamage
|
||||||
libXpresent
|
libXpresent
|
||||||
|
libXres
|
||||||
libstartup_notification
|
libstartup_notification
|
||||||
gtk3
|
gtk3
|
||||||
gnome.zenity
|
gnome.zenity
|
||||||
|
Loading…
Reference in New Issue
Block a user