velocity: 3.5.0-unstable-2026-02-11 -> 3.5.0-unstable-2026-02-21

This commit is contained in:
R. Ryantm
2026-02-23 22:05:20 +00:00
parent 39e1a1ffe4
commit ad20dd32eb
+3 -3
View File
@@ -34,13 +34,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "velocity";
version = "3.5.0-unstable-2026-02-11";
version = "3.5.0-unstable-2026-02-21";
src = fetchFromGitHub {
owner = "PaperMC";
repo = "Velocity";
rev = "c2fd3c07ac1f317e2700aead1a2338fe11152ce2";
hash = "sha256-Nnrod7sEOqXCnHx6gkpnkXObt4FNE35vp6fvGN9988Q=";
rev = "6aff78728c267bbb67b07298b8cf4580fb79fc6f";
hash = "sha256-hO1xXMd7aobYBvTwpLGeRqwrYCKdB1ZhzfOo/z1wuQM=";
};
nativeBuildInputs = [