Merge pull request #240262 from r-ryantm/auto-update/vtm

vtm: 0.9.9n -> 0.9.9o
This commit is contained in:
Weijia Wang
2023-06-28 08:58:24 +03:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "vtm";
version = "0.9.9n";
version = "0.9.9o";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${version}";
sha256 = "sha256-THsIA8+yfMXM+WLVL8TCnD1CEZy1iB4hA7SzhdVT4hA=";
sha256 = "sha256-uQnGMADTcDXsjUZR/q7RbPEMGyK3Bh9KyL6L/a47Q5I=";
};
nativeBuildInputs = [ cmake ];