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

This commit is contained in:
Sandro 2022-10-09 12:59:03 +02:00 committed by GitHub
commit 7338069be8
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.8.0";
version = "0.9.2";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${version}";
sha256 = "sha256-Ty7DC4ap2F+mPzr1xaL8XeLSjQaQQVX0oGAcPpkoag4=";
sha256 = "sha256-TRuTvaCALQPxilkzSODdeI2P4FuxTGg8UTHkMDiuYTU=";
};
nativeBuildInputs = [ cmake ];