Unverified Commit 1b68530f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

vtm: 0.9.9n -> 0.9.9o
parents 3f999a78 d2439135
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "vtm";
  version = "0.9.9n";
  version = "0.9.9o";

  src = fetchFromGitHub {
    owner = "netxs-group";
    repo = "vtm";
    rev = "v${version}";
    sha256 = "sha256-THsIA8+yfMXM+WLVL8TCnD1CEZy1iB4hA7SzhdVT4hA=";
    sha256 = "sha256-uQnGMADTcDXsjUZR/q7RbPEMGyK3Bh9KyL6L/a47Q5I=";
  };

  nativeBuildInputs = [ cmake ];