papermc: 1.15.2r161 -> 1.16.2r141
This commit is contained in:
parent
0fcb4673be
commit
7dd3f3d191
@ -1,10 +1,10 @@
|
|||||||
{ stdenv, fetchurl, jre }:
|
{ stdenv, fetchurl, jre }:
|
||||||
let
|
let
|
||||||
mcVersion = "1.15.2";
|
mcVersion = "1.16.2";
|
||||||
buildNum = "161";
|
buildNum = "141";
|
||||||
jar = fetchurl {
|
jar = fetchurl {
|
||||||
url = "https://papermc.io/api/v1/paper/${mcVersion}/${buildNum}/download";
|
url = "https://papermc.io/api/v1/paper/${mcVersion}/${buildNum}/download";
|
||||||
sha256 = "1jngj5djs1fjdj25wg9iszw0dsp56f386j8ydms7x4ky8s8kxyms";
|
sha256 = "1qhhnaysw9r73fpvj9qcmjah722a6a4s6g4cblna56n1hpz4lw1s";
|
||||||
};
|
};
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
pname = "papermc";
|
pname = "papermc";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user