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

vtm: 0.9.8n -> 0.9.8q
This commit is contained in:
Weijia Wang 2023-01-28 21:10:42 +01:00 committed by GitHub
commit 0433f98784
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.8n";
version = "0.9.8q";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${version}";
sha256 = "sha256-uH4nyhc3u9yuUZfMJ8rU8cZGtyqMfL+LyNB0/h3X45E=";
sha256 = "sha256-oY0zmyAgxMHPcBxFNdByQfeLIquw6eQ2SSfCgTKtO7Q=";
};
nativeBuildInputs = [ cmake ];