vtm: 0.9.77 -> 0.9.78

This commit is contained in:
R. Ryantm 2024-04-18 16:40:04 +00:00
parent ae3c6a2eb9
commit 53036eeac1

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "vtm"; pname = "vtm";
version = "0.9.77"; version = "0.9.78";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "netxs-group"; owner = "netxs-group";
repo = "vtm"; repo = "vtm";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-usY8JvoTtGfA8nnl6w7r1sft8F/19fHeSl9kMWM60i4="; hash = "sha256-sYRBx60G/3ErBDeUJWPEaWD51B23nBseB2wDE4Tn2NA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [