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

This commit is contained in:
Sandro 2022-10-19 21:53:57 +02:00 committed by GitHub
commit 6a0aebf2e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "vtm";
version = "0.9.3";
version = "0.9.6a";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${version}";
sha256 = "sha256-m22Bj/Zj72OMZgmmX4cIuhb0JO/K9FopvXi9V9cMqDg=";
sha256 = "sha256-rl/QktX8pUbfTpqNCqNrAYM/N+CaAAo8+5RRCmOr7H8=";
};
nativeBuildInputs = [ cmake ];