vte: 0.72.0 -> 0.72.1

https://gitlab.gnome.org/GNOME/vte/-/compare/0.72.0...0.72.1
This commit is contained in:
rewine 2023-04-21 20:37:21 +08:00 committed by GitHub
parent 22dbd72d65
commit 052eabdcb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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