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

vtm: 0.9.27 -> 0.9.44
This commit is contained in:
Weijia Wang 2024-01-03 19:16:25 +01:00 committed by GitHub
commit 11e26ef131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vtm";
version = "0.9.27";
version = "0.9.44";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${finalAttrs.version}";
hash = "sha256-BiXKwFZDi0boE1kCqbIn6uFjQ/oliyNbqmamyAwnqdM=";
hash = "sha256-FWWQzlJ8Uic2ry16UvwDn40JwtXs+4DTFogq++taSY4=";
};
nativeBuildInputs = [