Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Revert "vte: 0.64.2 → 0.66.0"

This reverts commit 453edd71bfc0a7f56ad6e8969d80945ad1cc3c23.

It refuses to build with gcc9; that's the default on aarch64-linux,
and it would block the nixos-unstable channel. Discussion:
https://github.com/NixOS/nixpkgs/pull/142731#commitcomment-58711525

+2 -2
+2 -2
pkgs/development/libraries/vte/default.nix
··· 25 25 26 26 stdenv.mkDerivation rec { 27 27 pname = "vte"; 28 - version = "0.66.0"; 28 + version = "0.64.2"; 29 29 30 30 outputs = [ "out" "dev" ]; 31 31 32 32 src = fetchurl { 33 33 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 34 - sha256 = "sha256-0IE6wA+x102IhR52X3VdSWyD4JcJc1jqG6rbOLN7ezM="; 34 + sha256 = "sha256-KzyCC2WmZ8HYhZuiBHi+Ym0VGcwxWdrCX3AzMMbQfhg="; 35 35 }; 36 36 37 37 patches = [