mate.mate-terminal: 1.24.0 -> 1.24.1

gstqt5
José Romildo Malaquias 2020-09-18 12:15:22 -03:00
parent 74c5bae4c5
commit c21113bf44
1 changed files with 4 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, pkgconfig, gettext, glib, itstool, libxml2, mate, dconf, gtk3, vte, wrapGAppsHook }:
{ stdenv, fetchurl, pkgconfig, gettext, glib, itstool, libxml2, mate, dconf, gtk3, vte, pcre2, wrapGAppsHook }:
stdenv.mkDerivation rec {
pname = "mate-terminal";
version = "1.24.0";
version = "1.24.1";
src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0nc23nmbkya2fgf7j65z85dcibwi5akkr8nscqrvk039ckirhk97";
sha256 = "0qmyhxmarwkxad8k1m9q1iwx70zhfp6zc2mh74nv26nj4gr3h3am";
};
buildInputs = [
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
vte
gtk3
dconf
pcre2
];
nativeBuildInputs = [