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

vtm: 0.9.77 -> 0.9.78

authored by Nick Cao and committed by GitHub 4ce6107d 7f98be52

+2 -2
+2 -2
pkgs/tools/misc/vtm/default.nix
··· 6 6 7 7 stdenv.mkDerivation (finalAttrs: { 8 8 pname = "vtm"; 9 - version = "0.9.77"; 9 + version = "0.9.78"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "netxs-group"; 13 13 repo = "vtm"; 14 14 rev = "v${finalAttrs.version}"; 15 - hash = "sha256-usY8JvoTtGfA8nnl6w7r1sft8F/19fHeSl9kMWM60i4="; 15 + hash = "sha256-sYRBx60G/3ErBDeUJWPEaWD51B23nBseB2wDE4Tn2NA="; 16 16 }; 17 17 18 18 nativeBuildInputs = [