Unverified Commit f94569eb authored by Sebastián Mancilla's avatar Sebastián Mancilla Committed by GitHub
Browse files

Merge pull request #328603 from r-ryantm/auto-update/vtm

vtm: 0.9.85 -> 0.9.99.04
parents 6aad68f7 daa18d54
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "vtm";
  version = "0.9.85";
  version = "0.9.99.04";

  src = fetchFromGitHub {
    owner = "netxs-group";
    repo = "vtm";
    rev = "v${finalAttrs.version}";
    hash = "sha256-OB/JKByD7qKaLcYuOn5ivfvTe4DeARHfwEhXEx1pnrw=";
    hash = "sha256-BMVen3TuU8IPWQSo1qx12VEWa19dBNpCBOYm5fWs5As=";
  };

  nativeBuildInputs = [