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

vtm: 0.9.9l -> 0.9.9m
This commit is contained in:
Weijia Wang 2023-06-06 11:13:18 +03:00 committed by GitHub
commit 1f2c371dac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "vtm";
version = "0.9.9l";
version = "0.9.9m";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${version}";
sha256 = "sha256-thahwqgXMgEY02dLnmXsdOy0/WUYJJewB9ax7GP6LK0=";
sha256 = "sha256-l9EMoUUM4pH+YwzdrTXhBawiW1l2OzX9ou18U5kM36c=";
};
nativeBuildInputs = [ cmake ];