3
0
Fork 0
forked from mirrors/nixpkgs

vtm: 0.9.9l -> 0.9.9m

This commit is contained in:
R. Ryantm 2023-06-06 03:36:44 +00:00
parent 49e06b9347
commit 37dfd9d34c

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "vtm";
version = "0.9.9l";
version = "0.9.9m";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${version}";
sha256 = "sha256-thahwqgXMgEY02dLnmXsdOy0/WUYJJewB9ax7GP6LK0=";
sha256 = "sha256-l9EMoUUM4pH+YwzdrTXhBawiW1l2OzX9ou18U5kM36c=";
};
nativeBuildInputs = [ cmake ];