3
0
Fork 0
forked from mirrors/nixpkgs

vttest: 20230924 -> 20231230

This commit is contained in:
R. Ryantm 2023-12-31 07:27:14 +00:00
parent 55b9aa64c3
commit 3defa19292

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "vttest";
version = "20230924";
version = "20231230";
src = fetchurl {
urls = [
"https://invisible-mirror.net/archives/${pname}/${pname}-${version}.tgz"
"ftp://ftp.invisible-island.net/${pname}/${pname}-${version}.tgz"
];
sha256 = "sha256-vosHy1kJdtH0KvhZfdrayAjQiwomi7YwSoh9qz8Toig=";
sha256 = "sha256-SuYjx3t5fn+UlGlI0LJ+RqtOAdhD9iYIAMVzkKoEy/U=";
};
meta = with lib; {