Unverified Commit 5735d1c8 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

velocity: 3.4.0-unstable-2025-10-11 -> 3.4.0-unstable-2025-10-16 (#453187)

parents e7e367a6 e6d05b9e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -35,13 +35,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "velocity";
  version = "3.4.0-unstable-2025-10-11";
  version = "3.4.0-unstable-2025-10-16";

  src = fetchFromGitHub {
    owner = "PaperMC";
    repo = "Velocity";
    rev = "806b386cdb8da23051a9679682ed6a76370b9818";
    hash = "sha256-2Wy9mnIvGab/vgH6fVK+HJcpOUwPMkgncXOGcZPnDhg=";
    rev = "4cd3b6869729484887b4fa58b7a6c3b007710a10";
    hash = "sha256-SGZqKsAI8QW65B2u0tn7NwciwjViExvxv6UdoHkzheI=";
  };

  nativeBuildInputs = [