vte: 0.72.1 → 0.72.2

https://gitlab.gnome.org/GNOME/vte/-/compare/0.72.1...0.72.2
This commit is contained in:
Bobby Rong 2023-06-07 13:29:05 +00:00
parent b1685df057
commit 3575231f59
No known key found for this signature in database

View file

@ -30,13 +30,13 @@
stdenv.mkDerivation rec {
pname = "vte";
version = "0.72.1";
version = "0.72.2";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-BVT5+I1Wzi14OY/Mf2m8AOU7u8X2lOCuHcr1KG+J1+Q=";
sha256 = "sha256-95Zv0YWmmB9TlkFitxz+9+YGSVFV1vWCe3KqDdZ0HJ4=";
};
patches = [