Skip to content

Commit

Permalink
prismlauncher: 8.2 -> 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored and Scrumplex committed Apr 26, 2024
1 parent ed73d37 commit 9dcfc53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/prismlauncher/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ assert lib.assertMsg (stdenv.isLinux || !gamemodeSupport) "gamemodeSupport is on

stdenv.mkDerivation (finalAttrs: {
pname = "prismlauncher-unwrapped";
version = "8.2";
version = "8.3";

src = fetchFromGitHub {
owner = "PrismLauncher";
repo = "PrismLauncher";
rev = finalAttrs.version;
hash = "sha256-4VsoxZzi/EfEsnDvvwzg2xhj7j5B+k3gvaSqwJFDweE=";
hash = "sha256-1YGzCgNdzscnOVeNlHMFJa0RbMo6C2qQjtBOeDxHakI=";
};

nativeBuildInputs = [ extra-cmake-modules cmake jdk17 ninja canonicalize-jars-hook ];
Expand Down

0 comments on commit 9dcfc53

Please sign in to comment.