vtm: 0.9.6a -> 0.9.8g

This commit is contained in:
R. Ryantm 2022-12-26 00:12:00 +00:00 committed by Bobby Rong
parent 5d2364a41d
commit 92a131796b

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "vtm";
version = "0.9.6a";
version = "0.9.8g";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${version}";
sha256 = "sha256-rl/QktX8pUbfTpqNCqNrAYM/N+CaAAo8+5RRCmOr7H8=";
sha256 = "sha256-Q+QPRIk7EtcSZBrm9RCxSbz9cgznZQBnPwm9Qm+gH24=";
};
nativeBuildInputs = [ cmake ];