Skip to content

Commit

Permalink
vtm: 0.9.99.09 -> 0.9.99.13
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 23, 2024
1 parent 71ade9d commit e89d03c
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.99.09";
version = "0.9.99.13";

src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${finalAttrs.version}";
hash = "sha256-Ddnj2atJZ4uJqa/UCRfKowJDZbhnQBTgkFZvc4778gc=";
hash = "sha256-IXxbEwwwqqy5zepdJULlIsrz2csnpGXQhBzbc5AW7II=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit e89d03c

Please sign in to comment.