Unverified Commit 86cf5b33 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

purpur: 1.19.2r1763 -> 1.21.3r2358 (#370336)

parents 4cc4e095 2aaa8668
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "purpur";
  version = "1.19.2r1763";
  version = "1.21.3r2358";

  src = fetchurl {
    url = "https://api.purpurmc.org/v2/purpur/${
      builtins.replaceStrings [ "r" ] [ "/" ] version
    }/download";
    sha256 = "sha256-6wcCwVIGV32YQlgB57qthy6uWtuXGN4G8S7uAAgVyDE=";
    sha256 = "sha256-RFrP7q1jgKUztF518HA6Jmj1qXa51l1HegMH1wMr5W4=";
  };

  nativeBuildInputs = [ makeWrapper ];