vte: 0.80.1 -> 0.80.2

Changes: https://gitlab.gnome.org/GNOME/vte/-/compare/0.80.1...0.80.2?from_project_id=1893
This commit is contained in:
Sergei Trofimovich
2025-05-31 06:56:20 +01:00
parent c936d57413
commit e894c5eae5
+2 -2
View File
@@ -35,7 +35,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vte";
version = "0.80.1";
version = "0.80.2";
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-DNvQ6YOv2dIuBl4yOnQxYAcr9ktFPgCxXtvm8tzdpGw=";
hash = "sha256-siW+vQQ2M71JHy6hcTdNDz+d5i3+wHZTBTvAjE+s5G8=";
};
patches = [