runelite: 2.6.8 -> 2.6.9

This commit is contained in:
Jacob Moody 2023-11-07 15:15:37 -06:00
parent 1fd9b59f79
commit 56a843852b

View File

@ -1,12 +1,20 @@
{ lib, stdenv, makeDesktopItem, fetchurl, makeWrapper, xorg, jre, }:
{ lib
, stdenv
, makeDesktopItem
, fetchurl
, makeWrapper
, xorg
, jre
,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "runelite";
version = "2.6.8";
version = "2.6.9";
jar = fetchurl {
url = "https://github.com/runelite/launcher/releases/download/${finalAttrs.version}/RuneLite.jar";
hash = "sha256-reqTRYXmpfxwo5MkxQFdifldFpTY0ascTPXA4mSvluM=";
hash = "sha256-91iBBviXM3tJN/jRgcOzUuTAr9VrKnW55uYrNW7eB5Q=";
};
icon = fetchurl {