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

vtm: 0.9.9q -> 0.9.9r
This commit is contained in:
Nick Cao 2023-07-08 15:52:40 +08:00 committed by GitHub
commit ed9d661019
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.9q";
version = "0.9.9r";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${version}";
sha256 = "sha256-HuKUt2hXE5kGkOknVngVjCWidia4E4csoODTuGwwx7k=";
sha256 = "sha256-HVhRzJReIxO4R9ZhI8vPcV29TRVffT/Eq6Z4u1xMpQo=";
};
nativeBuildInputs = [ cmake ];