vte: 0.80.2 → 0.80.3

https://gitlab.gnome.org/GNOME/vte/-/compare/0.80.2...0.80.3
This commit is contained in:
Bobby Rong 2025-07-13 14:54:17 +00:00
parent d670c42746
commit 65a03038b9
No known key found for this signature in database

View File

@ -35,7 +35,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vte";
version = "0.80.2";
version = "0.80.3";
outputs = [
"out"
@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/vte/${lib.versions.majorMinor finalAttrs.version}/vte-${finalAttrs.version}.tar.xz";
hash = "sha256-siW+vQQ2M71JHy6hcTdNDz+d5i3+wHZTBTvAjE+s5G8=";
hash = "sha256-Lllv0/vqu3FTFmIiTnH2osN/aEQmE21ihUYnJ2709pk=";
};
patches = [