velocity: 3.4.0-unstable-2025-05-09 -> 3.4.0-unstable-2025-05-21

This commit is contained in:
R. Ryantm
2025-05-22 05:54:34 +00:00
parent 89eac15781
commit 88831fdb91
+3 -3
View File
@@ -35,13 +35,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "velocity";
version = "3.4.0-unstable-2025-05-09";
version = "3.4.0-unstable-2025-05-21";
src = fetchFromGitHub {
owner = "PaperMC";
repo = "Velocity";
rev = "e13c8c340f242d270b16ec6931d1ba94a9e8f1f3";
hash = "sha256-CJVUEwYnpXDaYgXoi1Qk0uyB/CHM3UDQzQfhtDxDKdE=";
rev = "678c7aa3a42aaf64b8b1b7df75e787cbec9fe2ad";
hash = "sha256-///JQxm+YlQQFyokqCoApxYCNVhvCK+XxwXM7psa+us=";
};
nativeBuildInputs =