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

vtm: 0.9.9o -> 0.9.9q
This commit is contained in:
Weijia Wang 2023-07-04 10:36:59 +03:00 committed by GitHub
commit b6cc068268
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.9o";
version = "0.9.9q";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${version}";
sha256 = "sha256-uQnGMADTcDXsjUZR/q7RbPEMGyK3Bh9KyL6L/a47Q5I=";
sha256 = "sha256-HuKUt2hXE5kGkOknVngVjCWidia4E4csoODTuGwwx7k=";
};
nativeBuildInputs = [ cmake ];