vte: 0.73.93 → 0.73.99
https://gitlab.gnome.org/GNOME/vte/-/compare/0.73.93...0.73.99 meson change looks okay. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
247a539f45
commit
056a3ad6fd
1 changed files with 2 additions and 2 deletions
|
@ -31,13 +31,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "vte";
|
||||
version = "0.73.93";
|
||||
version = "0.73.99";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "sha256-2t4EyN0/mntvfdD4htI+G0HevhdaFc5A86lJIdsa4K4=";
|
||||
sha256 = "sha256-HDjtdW9T+zVifbTYH8vhcyJZ7kwosvfku2aoJWGnRu8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue