Commit daa18d54 authored by R. RyanTM's avatar R. RyanTM
Browse files

vtm: 0.9.85 -> 0.9.99.04

parent 2d2404ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [