Merge pull request #267644 from r-ryantm/auto-update/vtm

vtm: 0.9.9w.1 -> 0.9.16
This commit is contained in:
Nick Cao 2023-11-18 13:41:37 -05:00 committed by GitHub
commit f94632bed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "vtm";
version = "0.9.9w.1";
version = "0.9.16";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${version}";
sha256 = "sha256-/EQ8+8ac1MnWuXL9aNYl5U2ZfTpd/iThyvXygorbPmM=";
sha256 = "sha256-nX7T3TAGgxAB65X8D2HlI+3T6p7aH3bwG3N1pScX/4g=";
};
nativeBuildInputs = [ cmake ];