vtm: 0.9.81 -> 0.9.82

This commit is contained in:
R. Ryantm 2024-05-21 02:58:14 +00:00
parent 3d7cb74a39
commit fd9684a507

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vtm";
version = "0.9.81";
version = "0.9.82";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${finalAttrs.version}";
hash = "sha256-/PVZr87w4Iu44355U9YH51jWF+mNPZvdyfYKJvOLDJU=";
hash = "sha256-FqsvU3qt5TwTD6J7WFOgDrHWiDYfU3Y51k8klRCV0kQ=";
};
nativeBuildInputs = [