gnome.gnome-terminal: 3.50.1 → 3.52.0

https://gitlab.gnome.org/GNOME/gnome-terminal/-/compare/3.50.1...3.52.0

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Maxine Aubrey 2024-03-08 15:40:41 +01:00
parent 7748b3ff2a
commit 3b5e82e1a8
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -30,14 +30,14 @@
stdenv.mkDerivation rec {
pname = "gnome-terminal";
version = "3.50.1";
version = "3.52.0";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = "gnome-terminal";
rev = version;
sha256 = "sha256-lJAzmz8tvEbr371VtYjlV4+z3cSy4QrmP0vmD5WiJD4=";
hash = "sha256-6+6/fgGlSM/57+n0SopuF0ZY9htma5usIgxy2BBAC+M=";
};
nativeBuildInputs = [