Skip to content

Commit

Permalink
Merge pull request NixOS#318679 from r-ryantm/auto-update/vtm
Browse files Browse the repository at this point in the history
vtm: 0.9.82 -> 0.9.83
  • Loading branch information
wegank authored Jun 28, 2024
2 parents 05ba88d + cb688ae commit f60c6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/vtm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "vtm";
version = "0.9.82";
version = "0.9.83";

src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${finalAttrs.version}";
hash = "sha256-FqsvU3qt5TwTD6J7WFOgDrHWiDYfU3Y51k8klRCV0kQ=";
hash = "sha256-sdzL5qTYcmMFqZmjsGS/nA7gMtUmzjUg8aiKva0v9dw=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit f60c6b6

Please sign in to comment.