vtm: 0.9.8l -> 0.9.8n

This commit is contained in:
R. Ryantm 2023-01-21 01:30:02 +00:00
parent a1e0ac49e9
commit 51577b3025

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "vtm";
version = "0.9.8l";
version = "0.9.8n";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${version}";
sha256 = "sha256-6hZvnZXnoS97uQKxBbSJmMN1bGp42p0v4kJH7F+3mjU=";
sha256 = "sha256-uH4nyhc3u9yuUZfMJ8rU8cZGtyqMfL+LyNB0/h3X45E=";
};
nativeBuildInputs = [ cmake ];