vte: 0.76.0 → 0.76.1

https://gitlab.gnome.org/GNOME/vte/-/compare/0.76.0...0.76.1

box_drawing_generate.sh dropped via
7666d4763b
This commit is contained in:
Bobby Rong 2024-05-04 01:35:58 +00:00
parent cc7b19b850
commit fb8e5062d2
No known key found for this signature in database

View file

@ -31,14 +31,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vte";
version = "0.76.0";
version = "0.76.1";
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-u84wuPUENwsS1kOcB6gpk+l9fpr+LdNngXzVj/Ap/9o=";
hash = "sha256-CE6D73ZXdCaaSynfl8oi7cNDuaHYFDPTALjLLQh6HsI=";
};
patches = [
@ -101,7 +101,6 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
patchShebangs perf/*
patchShebangs src/box_drawing_generate.sh
patchShebangs src/parser-seq.py
patchShebangs src/modes.py
'';