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

vtm: 0.9.44 -> 0.9.57
This commit is contained in:
Weijia Wang
2024-01-28 06:17:26 +01:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vtm";
version = "0.9.44";
version = "0.9.57";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${finalAttrs.version}";
hash = "sha256-FWWQzlJ8Uic2ry16UvwDn40JwtXs+4DTFogq++taSY4=";
hash = "sha256-QdlEi8L9WwzPJK4mE+5Z7BDYKsT4QMtAjaui0LWH4q4=";
};
nativeBuildInputs = [