summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2024-04-10 20:05:22 +0200
committerGitHub <noreply@github.com>2024-04-10 20:05:22 +0200
commita4fa45de2becd73f87e16b2baa6264aa7093ff34 (patch)
treeb5a1819306b16b42c4258684c4f8352865d38e5a /pkgs
parent07581bb39ae844662850f8806edb326bcd3aad46 (diff)
parent7126ab5b259e2a94ce5eee82e1cbac70b86638b7 (diff)
Merge pull request #303064 from r-ryantm/auto-update/vtm
vtm: 0.9.76 -> 0.9.77
Diffstat (limited to 'pkgs')
-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 80f7d69db304..2e0434a2a6e4 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.76";
+ version = "0.9.77";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${finalAttrs.version}";
- hash = "sha256-F1ia1xyg2/Jnm/lsSn7bKNJ7cXIJuvEhNTEZWiYxGAo=";
+ hash = "sha256-usY8JvoTtGfA8nnl6w7r1sft8F/19fHeSl9kMWM60i4=";
};
nativeBuildInputs = [