Skip to content

Commit

Permalink
vtm: 0.9.99.55 -> 0.9.99.57 (#366081)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 22, 2024
2 parents bba2be7 + c15f05f commit c5b0205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/vt/vtm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "vtm";
version = "0.9.99.55";
version = "0.9.99.57";

src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${finalAttrs.version}";
hash = "sha256-eF5z+w64uIY7k/g4Z2Ynuz8PGyxpy6cOFIyUtV2VkxU=";
hash = "sha256-T7wmMBMFU8FBmdRKzoSVbFnPkRFwE/RnRZr1AfDBcWw=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c5b0205

Please sign in to comment.