vtm: 0.9.9q -> 0.9.9r

This commit is contained in:
R. Ryantm 2023-07-08 05:16:59 +00:00
parent 75113f9720
commit 91bd4a1165

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "vtm"; pname = "vtm";
version = "0.9.9q"; version = "0.9.9r";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "netxs-group"; owner = "netxs-group";
repo = "vtm"; repo = "vtm";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-HuKUt2hXE5kGkOknVngVjCWidia4E4csoODTuGwwx7k="; sha256 = "sha256-HVhRzJReIxO4R9ZhI8vPcV29TRVffT/Eq6Z4u1xMpQo=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];