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

vtm: 0.9.8t -> 0.9.8v
This commit is contained in:
Mario Rodas
2023-02-19 12:52:48 -05:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "vtm";
version = "0.9.8t";
version = "0.9.8v";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${version}";
sha256 = "sha256-Q6kwGmxDThsaGIzSPhxd/kKz0nORf6K9lUJMU9CdIXU=";
sha256 = "sha256-7ECYbw51MXhYsbQxnuS4QUr5HN0cIUqgMx7V7D/kYTg=";
};
nativeBuildInputs = [ cmake ];