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

vttest: 20220215 -> 20220827

authored by Mario Rodas and committed by GitHub 59d2991d ba27dd0a

+2 -2
+2 -2
pkgs/tools/misc/vttest/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "vttest"; 5 - version = "20220215"; 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-SmWZjF4SzwjO0s/OEZrbRPqEKsFJXQ8VDyHIpnhZFaE="; 13 }; 14 15 meta = with lib; {
··· 2 3 stdenv.mkDerivation rec { 4 pname = "vttest"; 5 + version = "20220827"; 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-Vyaq5YE3dzzmzgH+aob8D4PEd2PjBIi/81ubxPyUbOI="; 13 }; 14 15 meta = with lib; {