summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheUserCreated <47259856+TheUserCreated@users.noreply.github.com>2020-08-25 12:24:52 +0000
committerGitHub <noreply@github.com>2020-08-25 14:24:52 +0200
commit7dd3f3d191cf72ac73e9b5b90ae66dbe60b7bbca (patch)
treeecec87ce86cc9cbe9e04f0b987134fefcea180af
parent0fcb4673be27dec8e3796cbe8c31b166e2830214 (diff)
downloadnixpkgs-7dd3f3d191cf72ac73e9b5b90ae66dbe60b7bbca.tar
nixpkgs-7dd3f3d191cf72ac73e9b5b90ae66dbe60b7bbca.tar.gz
nixpkgs-7dd3f3d191cf72ac73e9b5b90ae66dbe60b7bbca.tar.bz2
nixpkgs-7dd3f3d191cf72ac73e9b5b90ae66dbe60b7bbca.tar.lz
nixpkgs-7dd3f3d191cf72ac73e9b5b90ae66dbe60b7bbca.tar.xz
nixpkgs-7dd3f3d191cf72ac73e9b5b90ae66dbe60b7bbca.tar.zst
nixpkgs-7dd3f3d191cf72ac73e9b5b90ae66dbe60b7bbca.zip
papermc: 1.15.2r161 -> 1.16.2r141
-rw-r--r--pkgs/games/papermc/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/papermc/default.nix b/pkgs/games/papermc/default.nix
index 9695a350058..c0446c4fa5b 100644
--- a/pkgs/games/papermc/default.nix
+++ b/pkgs/games/papermc/default.nix
@@ -1,10 +1,10 @@
 { stdenv, fetchurl, jre }:
 let
-  mcVersion = "1.15.2";
-  buildNum = "161";
+  mcVersion = "1.16.2";
+  buildNum = "141";
   jar = fetchurl {
     url = "https://papermc.io/api/v1/paper/${mcVersion}/${buildNum}/download";
-    sha256 = "1jngj5djs1fjdj25wg9iszw0dsp56f386j8ydms7x4ky8s8kxyms";
+    sha256 = "1qhhnaysw9r73fpvj9qcmjah722a6a4s6g4cblna56n1hpz4lw1s";
   };
 in stdenv.mkDerivation {
   pname = "papermc";