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

vtm: 0.9.9u -> 0.9.9w.1
This commit is contained in:
Weijia Wang 2023-10-24 04:37:09 +02:00 committed by GitHub
commit ad3c558ad4
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.9u";
version = "0.9.9w.1";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${version}";
sha256 = "sha256-ySelsabe5J3Wne8L/F01R/CMPibUR18ZKWH2s25t+KY=";
sha256 = "sha256-/EQ8+8ac1MnWuXL9aNYl5U2ZfTpd/iThyvXygorbPmM=";
};
nativeBuildInputs = [ cmake ];