update paper

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-14 08:47:33 +01:00
parent c98307bc95
commit 096219467f
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 7 additions and 6 deletions

View file

@ -7,18 +7,19 @@
, openjdk17_headless
, perl
, stdenv
, lib
, ...
}:
let
pname = "LuckPerms";
version = "2022-03-27";
version = "2022-04-08";
src = fetchFromGitHub {
owner = "LuckPerms";
repo = "LuckPerms";
rev = "2e0a4d71a5d442e30762a64dd854d2c05226cfdc";
sha256 = "1hn26iy48ahrxx59f9x6fm4qqwgd7ns7bagvq2a31mqhra6czz12";
rev = "207e4aa9f8c640ad3b17f844d79512f7b8fb2044";
sha256 = "00xkhma322b19h93ccand8ldj2pn3jf43jcmpcpaakaaqrk2ph0x";
leaveDotGit = true;
};
@ -67,7 +68,7 @@ let
'';
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "sha256-kuMiVIgRLCuCoGWEvW5m/m6OJCI2yYQSL7eDinZunUg=";
outputHash = "sha256-V7FlGxa+Q3ljohPldxlhi2Ak93TiEUggwFELLaR787w=";
};
in

View file

@ -1,10 +1,10 @@
{ lib, stdenv, fetchurl, bash, openjdk17_headless }:
let
mcVersion = "1.18.2";
buildNum = "274";
buildNum = "287";
jar = fetchurl {
url = "https://papermc.io/api/v2/projects/paper/versions/${mcVersion}/builds/${buildNum}/downloads/paper-${mcVersion}-${buildNum}.jar";
sha256 = "fa33aca065697119f429d46c2e7438bdb3b9377480d1e1bc920c4ced6f9d43f9";
sha256 = "f34a76284e9d860cb2caa65c758989d74ed040f1676b6d200ccf9f58a9d566b1";
};
in
stdenv.mkDerivation {