gnome.gnome-terminal: 3.48.0 → 3.48.1

https://gitlab.gnome.org/GNOME/gnome-terminal/-/compare/3.48.0...3.48.1
This commit is contained in:
Bobby Rong 2023-04-21 10:41:16 +00:00
parent 9ad519f5b6
commit faab6c9fe3
No known key found for this signature in database

View file

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