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