Merge pull request #318633 from LeSuisse/vte-0.76.3

vte: 0.76.2 -> 0.76.3

authored by

Bobby Rong and committed by
GitHub
fcee4661 63d21f0b

+2 -2
+2 -2
pkgs/development/libraries/vte/default.nix
··· 32 32 33 33 stdenv.mkDerivation (finalAttrs: { 34 34 pname = "vte"; 35 - version = "0.76.2"; 35 + version = "0.76.3"; 36 36 37 37 outputs = [ "out" "dev" ] 38 38 ++ lib.optional (gtkVersion != null) "devdoc"; 39 39 40 40 src = fetchurl { 41 41 url = "mirror://gnome/sources/vte/${lib.versions.majorMinor finalAttrs.version}/vte-${finalAttrs.version}.tar.xz"; 42 - hash = "sha256-49xggtW9cPiq+qrSzfyvflHaa6AKkZsR3axu+gnHKEc="; 42 + hash = "sha256-9njpTAVvN3/QAhIUrf9UUMsXLpoIsWCREYHd/3t9XWA="; 43 43 }; 44 44 45 45 patches = [