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

vtm: 0.9.83 -> 0.9.85
This commit is contained in:
Nick Cao 2024-07-11 20:11:37 -04:00 committed by GitHub
commit 4b53ceacb0
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.83";
version = "0.9.85";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${finalAttrs.version}";
hash = "sha256-sdzL5qTYcmMFqZmjsGS/nA7gMtUmzjUg8aiKva0v9dw=";
hash = "sha256-OB/JKByD7qKaLcYuOn5ivfvTe4DeARHfwEhXEx1pnrw=";
};
nativeBuildInputs = [