Merge pull request #318633 from LeSuisse/vte-0.76.3

vte: 0.76.2 -> 0.76.3
This commit is contained in:
Bobby Rong 2024-06-10 12:28:11 +08:00 committed by GitHub
commit fcee4661a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,14 +32,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vte";
version = "0.76.2";
version = "0.76.3";
outputs = [ "out" "dev" ]
++ lib.optional (gtkVersion != null) "devdoc";
src = fetchurl {
url = "mirror://gnome/sources/vte/${lib.versions.majorMinor finalAttrs.version}/vte-${finalAttrs.version}.tar.xz";
hash = "sha256-49xggtW9cPiq+qrSzfyvflHaa6AKkZsR3axu+gnHKEc=";
hash = "sha256-9njpTAVvN3/QAhIUrf9UUMsXLpoIsWCREYHd/3t9XWA=";
};
patches = [