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

vttest: 20230201 -> 20230924
This commit is contained in:
Weijia Wang
2023-11-04 00:40:15 +01:00
committed by GitHub
+2 -2
View File
@@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "vttest";
version = "20230201";
version = "20230924";
src = fetchurl {
urls = [
"https://invisible-mirror.net/archives/${pname}/${pname}-${version}.tgz"
"ftp://ftp.invisible-island.net/${pname}/${pname}-${version}.tgz"
];
sha256 = "sha256-J/QwB5Hny8+dFfiEIfmONdOu5mMRNoQwYk4sGlqL5oM=";
sha256 = "sha256-vosHy1kJdtH0KvhZfdrayAjQiwomi7YwSoh9qz8Toig=";
};
meta = with lib; {