We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87c474 commit 5c86965Copy full SHA for 5c86965
1 file changed
pkgs/tools/misc/vttest/default.nix
@@ -2,14 +2,14 @@
2
3
stdenv.mkDerivation rec {
4
pname = "vttest";
5
- version = "20200420";
+ version = "20200610";
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 = "03li63v9mbsqn4cw6d769r1a6iaixi80m2c32y32vc9i5k3ik43c";
+ sha256 = "0181lk999gfqk8pkd4yx0qrz9r3k9a0z0i50wcayp7z1n1ivqllb";
13
};
14
15
meta = with stdenv.lib; {
0 commit comments