vtm: 0.9.99.07 -> 0.9.99.09 (#341668)

This commit is contained in:
Nick Cao 2024-09-14 08:57:39 -04:00 committed by GitHub
commit c06961bfd4
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.99.07";
version = "0.9.99.09";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${finalAttrs.version}";
hash = "sha256-RKCh3lQuYD9Cpjq9R0Sle7QYinw7+E4/agGxQZvN8v4=";
hash = "sha256-Ddnj2atJZ4uJqa/UCRfKowJDZbhnQBTgkFZvc4778gc=";
};
nativeBuildInputs = [