about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-25 09:47:58 -0400
committerGitHub <noreply@github.com>2024-04-25 09:47:58 -0400
commit16dd83cbb7ae9d13d5f93f249ad3389186a7f5f0 (patch)
tree1f4b69b1f75d8069e66920cd83f79a2c1b30ed91 /pkgs/tools
parent419ef21ca3db668aa1353bbd7ff895e4d18d12fd (diff)
parente945ef54d3f72437dc475d2fb1f60b005dc94a5e (diff)
Merge pull request #306496 from r-ryantm/auto-update/vtm
vtm: 0.9.78 -> 0.9.81
Diffstat (limited to 'pkgs/tools')
-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 e1bc945772616..9cd8d5df90107 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.78";
+  version = "0.9.81";
 
   src = fetchFromGitHub {
     owner = "netxs-group";
     repo = "vtm";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-sYRBx60G/3ErBDeUJWPEaWD51B23nBseB2wDE4Tn2NA=";
+    hash = "sha256-/PVZr87w4Iu44355U9YH51jWF+mNPZvdyfYKJvOLDJU=";
   };
 
   nativeBuildInputs = [