1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

Merge pull request #129870 from neonfuz/papermc

papermc: 1.16.5r771 -> 1.17.1r97
This commit is contained in:
Sandro 2021-07-12 03:29:12 +02:00 committed by GitHub
commit 016eb2c9d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
{ lib, stdenv, fetchurl, bash, jre }:
let
mcVersion = "1.16.5";
buildNum = "771";
mcVersion = "1.17.1";
buildNum = "97";
jar = fetchurl {
url = "https://papermc.io/api/v1/paper/${mcVersion}/${buildNum}/download";
sha256 = "1lmlfhigbzbkgzfq6knglka0ccf4i32ch25gkny0c5fllmsnm08l";
sha256 = "sha256:0d7q6v5w872phcgkha7j5sxniqq9wqbh1jxdvyvy6d2jl74g1gzw";
};
in stdenv.mkDerivation {
pname = "papermc";