We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58e17d8 + d27ee43 commit ff6bf51Copy full SHA for ff6bf51
pkgs/by-name/ve/velocity/package.nix
@@ -35,13 +35,13 @@ let
35
in
36
stdenv.mkDerivation (finalAttrs: {
37
pname = "velocity";
38
- version = "3.4.0-unstable-2025-05-21";
+ version = "3.4.0-unstable-2025-06-11";
39
40
src = fetchFromGitHub {
41
owner = "PaperMC";
42
repo = "Velocity";
43
- rev = "678c7aa3a42aaf64b8b1b7df75e787cbec9fe2ad";
44
- hash = "sha256-///JQxm+YlQQFyokqCoApxYCNVhvCK+XxwXM7psa+us=";
+ rev = "669fda298c670c55686f34d868383052b192518d";
+ hash = "sha256-UI6SqVAaM4NANf9cGvsIgYO1jSkWDOk5ysyufrPWTgg=";
45
};
46
47
nativeBuildInputs = [
0 commit comments