Merge pull request #210275 from danth/patch-1

papermc: 1.19.2r131 -> 1.19.3r375
This commit is contained in:
Nick Cao 2023-01-27 08:57:59 +08:00 committed by GitHub
commit 5e26373583
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.19.2";
buildNum = "131";
mcVersion = "1.19.3";
buildNum = "375";
jar = fetchurl {
url = "https://papermc.io/api/v2/projects/paper/versions/${mcVersion}/builds/${buildNum}/downloads/paper-${mcVersion}-${buildNum}.jar";
sha256 = "sha256-y7+bByWPc/2KBG/DOX/CFsIQWNboJs68++6Y64lyVt4=";
sha256 = "sha256-NAl4+mCkO6xQQpIx2pd9tYX2N8VQa+2dmFwyBNbDa10=";
};
in stdenv.mkDerivation {
pname = "papermc";