vtm: 0.9.9t -> 0.9.9u

Diff: https://github.com/netxs-group/vtm/compare/v0.9.9t...v0.9.9u
This commit is contained in:
Sandro Jäckel 2023-09-14 18:40:44 +02:00
parent 52351762b7
commit 026179d746
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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 ];