Unverified Commit 59d2991d authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

vttest: 20220215 -> 20220827
parents ba27dd0a 0a3e6b07
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
  pname = "vttest";
  version = "20220215";
  version = "20220827";

  src = fetchurl {
    urls = [
      "https://invisible-mirror.net/archives/${pname}/${pname}-${version}.tgz"
      "ftp://ftp.invisible-island.net/${pname}/${pname}-${version}.tgz"
    ];
    sha256 = "sha256-SmWZjF4SzwjO0s/OEZrbRPqEKsFJXQ8VDyHIpnhZFaE=";
    sha256 = "sha256-Vyaq5YE3dzzmzgH+aob8D4PEd2PjBIi/81ubxPyUbOI=";
  };

  meta = with lib; {