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

vtm: 0.9.63 -> 0.9.74
This commit is contained in:
Weijia Wang 2024-03-07 09:06:41 +01:00 committed by GitHub
commit 5ea231f3c8
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.63";
version = "0.9.74";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${finalAttrs.version}";
hash = "sha256-6WRSkS2uPHOcEmk2xB63G+zxbRu1tlz1D7k92ITEgSQ=";
hash = "sha256-O8fnh8I3KbiOD40bU0eO7tbvpMoSCVonKPVFx5pynR4=";
};
nativeBuildInputs = [