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

vtm: 0.9.81 -> 0.9.82
This commit is contained in:
Weijia Wang 2024-06-02 18:00:19 +02:00 committed by GitHub
commit 3a31ed2e1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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