Unverified Commit ed05d427 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

velocity: 3.4.0-unstable-2025-10-23 -> 3.4.0-unstable-2025-11-09 (#460162)

parents fa218656 6e9ab8cc
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-23";
  version = "3.4.0-unstable-2025-11-09";

  src = fetchFromGitHub {
    owner = "PaperMC";
    repo = "Velocity";
    rev = "b6b6b20fe97cd9cb0d6b4e817d3e7db72aca2d8d";
    hash = "sha256-UHkioSGKikYxHq/petnJSHpvx/ioH01N6FSl0176YVA=";
    rev = "6cc1be7746ec49d2b600b1af1dcec99584750d38";
    hash = "sha256-zDB9bIkclEBf+NdBkufmsmKM8Qo8uqeZ26OUdyzczi8=";
  };

  nativeBuildInputs = [