vte: 0.78.1 -> 0.78.2 (#358895)

This commit is contained in:
Bobby Rong 2024-12-01 22:10:00 +08:00 committed by GitHub
commit 4c488edd7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View File

@ -44,6 +44,14 @@ stdenv.mkDerivation rec {
url = "https://gitlab.gnome.org/raggesilver/blackbox/-/commit/3978c9b666d27adba835dd47cf55e21515b6d6d9.patch";
hash = "sha256-L/Ci4YqYNzb3F49bUwEWSjzr03MIPK9A5FEJCCct+7A=";
})
# Fix build with GCC 14
# https://gitlab.gnome.org/GNOME/vala/-/merge_requests/369#note_1986032
# https://gitlab.gnome.org/raggesilver/blackbox/-/merge_requests/143
(fetchpatch {
url = "https://gitlab.gnome.org/raggesilver/blackbox/-/commit/2f45717f1c18f710d9b9fbf21830027c8f0794e7.patch";
hash = "sha256-VlXttqOTbhD6Rp7ZODgsafOjeY+Lb5sZP277bC9ENXU=";
})
];
postPatch = ''

View File

@ -33,7 +33,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vte";
version = "0.78.1";
version = "0.78.2";
outputs = [ "out" "dev" ]
++ lib.optional (gtkVersion != null) "devdoc";
@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "GNOME";
repo = "vte";
rev = finalAttrs.version;
hash = "sha256-dVCvf4eTIJlrSzG6xLdKU47N9uAtHDwRrGkWtSmqbEU=";
hash = "sha256-ZUECInBRNYkXJtGveLq8SR6YdWqJA0y9UJSxmc8mVNk=";
};
patches = [