about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-29 09:51:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-29 09:51:23 +0000
commit661372099cfdd67491415a24c5f4b6687f17ccec (patch)
treee79e62fa993ded518a206b5c046144ced8b235c3
parent18b6efcdce77b13e59934c1bee407503e6378712 (diff)
vtm: 0.9.63 -> 0.9.74
-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 3e37ae1bddab5..05218731add15 100644
--- a/pkgs/tools/misc/vtm/default.nix
+++ b/pkgs/tools/misc/vtm/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "vtm";
-  version = "0.9.63";
+  version = "0.9.74";
 
   src = fetchFromGitHub {
     owner = "netxs-group";
     repo = "vtm";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-6WRSkS2uPHOcEmk2xB63G+zxbRu1tlz1D7k92ITEgSQ=";
+    hash = "sha256-O8fnh8I3KbiOD40bU0eO7tbvpMoSCVonKPVFx5pynR4=";
   };
 
   nativeBuildInputs = [