velocity: 3.5.0-unstable-2026-05-09 -> 3.5.0-unstable-2026-05-24

This commit is contained in:
R. Ryantm
2026-05-27 05:04:41 +00:00
parent c0523a4c8f
commit e3f3912df8
+3 -3
View File
@@ -34,13 +34,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "velocity";
version = "3.5.0-unstable-2026-05-09";
version = "3.5.0-unstable-2026-05-24";
src = fetchFromGitHub {
owner = "PaperMC";
repo = "Velocity";
rev = "9c0c9b02187c20bb767ce16ac7685580430d9b10";
hash = "sha256-SPsI/bAlO3aQOT+84tJJZ0+UjbR4REXzaiFr6952/sI=";
rev = "25fbd833cd847a76f1e46ce15b70e077e41b72e2";
hash = "sha256-sCAD4Altk6aZyP4eR7+QnkGlo8Rubcd1EzBCbz92ycg=";
};
nativeBuildInputs = [