papermc: 1.16.5r771 -> 1.17.1r97

This commit is contained in:
Sage Raflik 2021-07-10 13:17:47 -05:00
parent 26f64b251c
commit b18a3d0583
1 changed files with 3 additions and 3 deletions

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";