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

vtm: 0.9.85 -> 0.9.99.04
This commit is contained in:
Sebastián Mancilla
2024-08-13 21:18:38 -04:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vtm";
version = "0.9.85";
version = "0.9.99.04";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${finalAttrs.version}";
hash = "sha256-OB/JKByD7qKaLcYuOn5ivfvTe4DeARHfwEhXEx1pnrw=";
hash = "sha256-BMVen3TuU8IPWQSo1qx12VEWa19dBNpCBOYm5fWs5As=";
};
nativeBuildInputs = [