Merge pull request #255144 from SuperSandro2000/vtm

vtm: 0.9.9t -> 0.9.9u
This commit is contained in:
Weijia Wang 2023-09-18 23:14:25 +02:00 committed by GitHub
commit 56eef566ad
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.9t";
version = "0.9.9u";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${version}";
sha256 = "sha256-WbigrJohLYCRvgsCNd4Cid1zGaP1aQbj59QhZ6ymLms=";
sha256 = "sha256-ySelsabe5J3Wne8L/F01R/CMPibUR18ZKWH2s25t+KY=";
};
nativeBuildInputs = [ cmake ];