vtm: 0.9.9h -> 0.9.9i

This commit is contained in:
R. Ryantm
2023-05-23 07:22:03 +00:00
parent af6b71df3e
commit 787f941154
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "vtm";
version = "0.9.9h";
version = "0.9.9i";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${version}";
sha256 = "sha256-6JyOoEJoJ/y6pXfhQV4nei2NAOCClScFDscwqNPKZu8=";
sha256 = "sha256-pkso0Bpb+0Zua3MIXXEbaJDl/oENa51157mXTJXJC/A=";
};
nativeBuildInputs = [ cmake ];