Revert "vte: 0.64.2 → 0.66.0"

This reverts commit 453edd71bf.

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
This commit is contained in:
Vladimír Čunát 2021-10-26 12:30:26 +02:00
parent c7c01d3c63
commit b24be6dcff
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "vte";
version = "0.66.0";
version = "0.64.2";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-0IE6wA+x102IhR52X3VdSWyD4JcJc1jqG6rbOLN7ezM=";
sha256 = "sha256-KzyCC2WmZ8HYhZuiBHi+Ym0VGcwxWdrCX3AzMMbQfhg=";
};
patches = [