papermc: 1.20.2.234 -> 1.20.4.435
This commit is contained in:
parent
7394735942
commit
9dab6dd095
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
}:
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "papermc";
|
||||
version = "1.20.2.234";
|
||||
version = "1.20.4.435";
|
||||
|
||||
src =
|
||||
let
|
||||
|
@ -16,7 +16,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
in
|
||||
fetchurl {
|
||||
url = "https://papermc.io/api/v2/projects/paper/versions/${mcVersion}/builds/${buildNum}/downloads/paper-${mcVersion}-${buildNum}.jar";
|
||||
hash = "sha256-fR7Dq09iFGVXodQjrS7Hg4NcrKPJbNg0hexU520JC6c=";
|
||||
hash = "sha256-NrIsYLoAAWORw/S26NDFjYBVwpNITJxuWGZow3696wM=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue