Merge pull request #262912 from r-ryantm/auto-update/vttest

vttest: 20230201 -> 20230924

authored by Weijia Wang and committed by GitHub 8cbc380d 98c1c5f9

+2 -2
+2 -2
pkgs/tools/misc/vttest/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "vttest"; 5 - version = "20230201"; 5 + version = "20230924"; 6 6 7 7 src = fetchurl { 8 8 urls = [ 9 9 "https://invisible-mirror.net/archives/${pname}/${pname}-${version}.tgz" 10 10 "ftp://ftp.invisible-island.net/${pname}/${pname}-${version}.tgz" 11 11 ]; 12 - sha256 = "sha256-J/QwB5Hny8+dFfiEIfmONdOu5mMRNoQwYk4sGlqL5oM="; 12 + sha256 = "sha256-vosHy1kJdtH0KvhZfdrayAjQiwomi7YwSoh9qz8Toig="; 13 13 }; 14 14 15 15 meta = with lib; {