gnome.gnome-terminal: 3.48.1 → 3.48.2

https://gitlab.gnome.org/GNOME/gnome-terminal/-/compare/3.48.1...3.48.2
This commit is contained in:
Bobby Rong 2023-08-07 02:33:08 +00:00
parent b5c809b161
commit 9a7825e199
No known key found for this signature in database

View file

@ -29,14 +29,14 @@
stdenv.mkDerivation rec {
pname = "gnome-terminal";
version = "3.48.1";
version = "3.48.2";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = "gnome-terminal";
rev = version;
sha256 = "sha256-1t48JRESjAQubOmyK+QOhlp57iE5Ml0cqgy/2wjrLjE=";
sha256 = "sha256-WvFKFh5BK6AS+Lqyh27xIfH1rxs1+YTkywX4w9UashQ=";
};
nativeBuildInputs = [