vtm: 0.8.0 -> 0.9.2

This commit is contained in:
R. Ryantm 2022-10-07 03:21:48 +00:00
parent 473e97e434
commit 6b8eee90f0

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "vtm";
version = "0.8.0";
version = "0.9.2";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${version}";
sha256 = "sha256-Ty7DC4ap2F+mPzr1xaL8XeLSjQaQQVX0oGAcPpkoag4=";
sha256 = "sha256-TRuTvaCALQPxilkzSODdeI2P4FuxTGg8UTHkMDiuYTU=";
};
nativeBuildInputs = [ cmake ];