vtm: 0.9.99.09 -> 0.9.99.13

This commit is contained in:
R. Ryantm 2024-09-23 18:15:53 +00:00
parent 71ade9dfb5
commit e89d03cef3

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vtm";
version = "0.9.99.09";
version = "0.9.99.13";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${finalAttrs.version}";
hash = "sha256-Ddnj2atJZ4uJqa/UCRfKowJDZbhnQBTgkFZvc4778gc=";
hash = "sha256-IXxbEwwwqqy5zepdJULlIsrz2csnpGXQhBzbc5AW7II=";
};
nativeBuildInputs = [