Unverified Commit a0c1eaf6 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

velocity: 3.4.0-unstable-2026-01-08 -> 3.5.0-unstable-2026-01-25 (#483869)

parents 2956e3f7 8d03e1b0
Loading
Loading
Loading
Loading
+412 −501

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
@@ -34,13 +34,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "velocity";
  version = "3.4.0-unstable-2026-01-08";
  version = "3.5.0-unstable-2026-01-25";

  src = fetchFromGitHub {
    owner = "PaperMC";
    repo = "Velocity";
    rev = "372a3b28bd3bbaebf5934b4582dbb2feba70a93e";
    hash = "sha256-MImId6FLsMEH0ijWOneZYpxah1TVOltWEF9Gmrtledc=";
    rev = "fe8dc5eaa2bdd9b7509f6f81e1c13fa6c571e324";
    hash = "sha256-Eb1RytkncYFKJysEuGYe1wTawtxK9JCXw2E1F64U3Zs=";
  };

  nativeBuildInputs = [