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

vtm: 0.9.8q -> 0.9.8r
This commit is contained in:
Weijia Wang 2023-02-07 15:35:27 +01:00 committed by GitHub
commit 779c6b7a5c
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.8q";
version = "0.9.8r";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${version}";
sha256 = "sha256-oY0zmyAgxMHPcBxFNdByQfeLIquw6eQ2SSfCgTKtO7Q=";
sha256 = "sha256-1nCO8wtARnRCanIEH1XAJBjEnW18Bhm+pcr/EeiRrzY=";
};
nativeBuildInputs = [ cmake ];