papermc: 1.15.2r161 -> 1.16.2r141

This commit is contained in:
TheUserCreated 2020-08-25 12:24:52 +00:00 committed by GitHub
parent 0fcb4673be
commit 7dd3f3d191
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
{ stdenv, fetchurl, jre }:
let
mcVersion = "1.15.2";
buildNum = "161";
mcVersion = "1.16.2";
buildNum = "141";
jar = fetchurl {
url = "https://papermc.io/api/v1/paper/${mcVersion}/${buildNum}/download";
sha256 = "1jngj5djs1fjdj25wg9iszw0dsp56f386j8ydms7x4ky8s8kxyms";
sha256 = "1qhhnaysw9r73fpvj9qcmjah722a6a4s6g4cblna56n1hpz4lw1s";
};
in stdenv.mkDerivation {
pname = "papermc";