vtm: 0.9.99.04 -> 0.9.99.06

This commit is contained in:
R. Ryantm
2024-08-18 04:43:29 +00:00
parent 50fa43093d
commit d36baf57d5
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vtm";
version = "0.9.99.04";
version = "0.9.99.06";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${finalAttrs.version}";
hash = "sha256-BMVen3TuU8IPWQSo1qx12VEWa19dBNpCBOYm5fWs5As=";
hash = "sha256-90dZzuSjFp9rbzR3ze/L9Kg9/Gb2bidVeqHBHiD4RM4=";
};
nativeBuildInputs = [