velocity: 3.4.0-unstable-2025-11-09 -> 3.4.0-unstable-2025-12-07

This commit is contained in:
Tert0
2025-12-27 11:16:55 +01:00
parent 4770160c74
commit f1717609d1
+3 -3
View File
@@ -34,13 +34,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "velocity";
version = "3.4.0-unstable-2025-11-09";
version = "3.4.0-unstable-2025-12-07";
src = fetchFromGitHub {
owner = "PaperMC";
repo = "Velocity";
rev = "6cc1be7746ec49d2b600b1af1dcec99584750d38";
hash = "sha256-zDB9bIkclEBf+NdBkufmsmKM8Qo8uqeZ26OUdyzczi8=";
rev = "8f65a8142029717d3af09ecf82792f7345dc873a";
hash = "sha256-51n5ztuvGzWqvIfFOteV/CsvcInE7/aZmEeLCGonfLE=";
};
nativeBuildInputs = [