diff options
| author | Pascal Wittmann <mail@pascal-wittmann.de> | 2024-04-10 20:05:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-10 20:05:22 +0200 |
| commit | a4fa45de2becd73f87e16b2baa6264aa7093ff34 (patch) | |
| tree | b5a1819306b16b42c4258684c4f8352865d38e5a | |
| parent | Merge pull request #302465 from r-ryantm/auto-update/bpftop (diff) | |
| parent | vtm: 0.9.76 -> 0.9.77 (diff) | |
| download | nixpkgs-a4fa45de2becd73f87e16b2baa6264aa7093ff34.tar.gz | |
Merge pull request #303064 from r-ryantm/auto-update/vtm
vtm: 0.9.76 -> 0.9.77
| -rw-r--r-- | pkgs/tools/misc/vtm/default.nix | 4 |
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 = [ |
