Update papermc
This commit is contained in:
parent
4d7fa1d1bb
commit
d8ee8185f4
3 changed files with 20 additions and 19 deletions
|
@ -1,13 +1,14 @@
|
|||
{ lib,
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
buildLinux,
|
||||
...
|
||||
} @ args:
|
||||
|
||||
let
|
||||
} @ args: let
|
||||
modDirVersion = "6.3.0";
|
||||
source = builtins.fromJSON (builtins.readFile ./source.json);
|
||||
in buildLinux (args // {
|
||||
in
|
||||
buildLinux (args
|
||||
// {
|
||||
inherit modDirVersion;
|
||||
version = "6.3.0+${source.rev}";
|
||||
src = fetchFromGitHub {
|
||||
|
|
Reference in a new issue