Unverified Commit 432fefcb authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

vtm: 0.9.8t -> 0.9.8v
parents b07d8af3 d8d60a3a
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.8t";
  version = "0.9.8v";

  src = fetchFromGitHub {
    owner = "netxs-group";
    repo = "vtm";
    rev = "v${version}";
    sha256 = "sha256-Q6kwGmxDThsaGIzSPhxd/kKz0nORf6K9lUJMU9CdIXU=";
    sha256 = "sha256-7ECYbw51MXhYsbQxnuS4QUr5HN0cIUqgMx7V7D/kYTg=";
  };

  nativeBuildInputs = [ cmake ];