pantheon.elementary-terminal: 6.1.2 -> 6.2.0

https://github.com/elementary/terminal/compare/6.1.2...6.2.0
This commit is contained in:
Bobby Rong
2024-07-22 20:34:38 +08:00
parent 1d9c2c9b3e
commit 5cc38f8dd9
@@ -5,7 +5,6 @@
, pkg-config
, meson
, ninja
, python3
, vala
, desktop-file-utils
, gtk3
@@ -21,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "elementary-terminal";
version = "6.1.2";
version = "6.2.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "terminal";
rev = version;
sha256 = "sha256-k+xowr9HmOUgNkn25uj+oV7AtG9EZfgFDop0Z+H7b3Q=";
sha256 = "sha256-o5hMrsn6OBk/2ycCDdT8n6gQUWcRuoaHqnmkODnJ6B8=";
};
nativeBuildInputs = [
@@ -35,7 +34,6 @@ stdenv.mkDerivation rec {
meson
ninja
pkg-config
python3
vala
wrapGAppsHook3
xvfb-run
@@ -51,11 +49,6 @@ stdenv.mkDerivation rec {
vte
];
postPatch = ''
chmod +x meson/post_install.py
patchShebangs meson/post_install.py
'';
passthru = {
updateScript = nix-update-script { };
};