Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-16 00:39:08 +00:00
committed by GitHub
65 changed files with 1953 additions and 2070 deletions
+2 -2
View File
@@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "vttest";
version = "20200610";
version = "20210210";
src = fetchurl {
urls = [
"https://invisible-mirror.net/archives/${pname}/${pname}-${version}.tgz"
"ftp://ftp.invisible-island.net/${pname}/${pname}-${version}.tgz"
];
sha256 = "0181lk999gfqk8pkd4yx0qrz9r3k9a0z0i50wcayp7z1n1ivqllb";
sha256 = "sha256-D5ii4wWYKRXxUgmEw+hpjjrNUI7iEHEVKMifWn6n8EY=";
};
meta = with lib; {