vttest: 20190105 -> 20190710

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vttest/versions
This commit is contained in:
R. RyanTM 2019-07-16 22:52:19 -07:00 committed by Frederik Rietdijk
parent 589dd21f4e
commit 3147935531

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "vttest";
version = "20190105";
version = "20190710";
src = fetchurl {
urls = [
"https://invisible-mirror.net/archives/${pname}/${pname}-${version}.tgz"
"ftp://ftp.invisible-island.net/${pname}/${pname}-${version}.tgz"
];
sha256 = "0wagaywzc6pq59m8gpcblag7gyjjarc0qx050arr1sy8hd3yy0sp";
sha256 = "00v3a94vpmbdziizdw2dj4bfwzfzfs2lc0ijxv98ln1w01w412q4";
};
meta = with stdenv.lib; {