Commit 2aaa8668 authored by VulpesDaemon's avatar VulpesDaemon
Browse files

purpur: 1.19.2r1763 -> 1.21.3r2358

parent 31a7f1ec
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 ];