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

vtm: 0.9.9r -> 0.9.9t
This commit is contained in:
Pol Dellaiera 2023-07-31 10:13:14 +02:00 committed by GitHub
commit b562b255f7
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.9r";
version = "0.9.9t";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${version}";
sha256 = "sha256-HVhRzJReIxO4R9ZhI8vPcV29TRVffT/Eq6Z4u1xMpQo=";
sha256 = "sha256-WbigrJohLYCRvgsCNd4Cid1zGaP1aQbj59QhZ6ymLms=";
};
nativeBuildInputs = [ cmake ];