3
0
Fork 0
forked from mirrors/nixpkgs

vtm: 0.9.44 -> 0.9.57

This commit is contained in:
R. Ryantm 2024-01-25 03:10:15 +00:00
parent 7b1be1e6d4
commit 4498119e00

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 = [