about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-02-19 12:52:48 -0500
committerGitHub <noreply@github.com>2023-02-19 12:52:48 -0500
commit432fefcbacb1683fb220b52a204b3d9db008f7d7 (patch)
treef3322892d0a25af84fc81a42e251c5bbc5793749 /pkgs/tools/misc
parentb07d8af354746563691c2b560924b46adbf85150 (diff)
parentd8d60a3af15ae1a6eea129989daa2ecb8fe8d7ac (diff)
Merge pull request #217097 from r-ryantm/auto-update/vtm
vtm: 0.9.8t -> 0.9.8v
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/vtm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/vtm/default.nix b/pkgs/tools/misc/vtm/default.nix
index c3b5ae21f9f49..485006228b00a 100644
--- a/pkgs/tools/misc/vtm/default.nix
+++ b/pkgs/tools/misc/vtm/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation rec {
   pname = "vtm";
-  version = "0.9.8t";
+  version = "0.9.8v";
 
   src = fetchFromGitHub {
     owner = "netxs-group";
     repo = "vtm";
     rev = "v${version}";
-    sha256 = "sha256-Q6kwGmxDThsaGIzSPhxd/kKz0nORf6K9lUJMU9CdIXU=";
+    sha256 = "sha256-7ECYbw51MXhYsbQxnuS4QUr5HN0cIUqgMx7V7D/kYTg=";
   };
 
   nativeBuildInputs = [ cmake ];