Commit 7af00579 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files
parent 85caf37a
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "vte";
  version = "0.82.2";
  version = "0.82.3";

  outputs = [
    "out"
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {

  src = fetchurl {
    url = "mirror://gnome/sources/vte/${lib.versions.majorMinor finalAttrs.version}/vte-${finalAttrs.version}.tar.xz";
    hash = "sha256-4Slar8RoKztVDxI13CZ5uqD3FXDY7VQ8ABwSg9UwvpE=";
    hash = "sha256-bcYnj2/uMNB9GgPiujM1sepOjSlWzrWdhhlDEV2TCoU=";
  };

  patches = [
@@ -67,12 +67,6 @@ stdenv.mkDerivation (finalAttrs: {
      url = "https://gitlab.gnome.org/GNOME/vte/-/commit/f672ed15a88dd3e25c33aa0a5ef6f6d291a6d5c7.patch";
      hash = "sha256-JdLDild5j7marvR5n2heW9YD00+bwzJIoxDlzO5r/6w=";
    })

    (fetchpatch {
      name = "qemu-backspace.patch";
      url = "https://gitlab.gnome.org/GNOME/vte/-/commit/79d5fea437185e52a740130d5a276b83dfdcd558.patch";
      hash = "sha256-28Cehw5uJuGG7maLGUl1TBwfIwuXpkLKSQ2lXauLlz0=";
    })
  ];

  nativeBuildInputs = [