vtm: 0.9.3 -> 0.9.6a

This commit is contained in:
R. Ryantm 2022-10-19 00:18:37 +00:00
parent 87c6a9a57c
commit 544a7f3577

View File

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