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

This commit is contained in:
Nick Cao
2025-11-10 22:07:44 +00:00
committed by GitHub

View File

@@ -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 = [