Skip to content

Commit 7f0c581

Browse files
committed
1 parent 90be08c commit 7f0c581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pr/prismlauncher-unwrapped/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ assert lib.assertMsg (
3131
) "gamemodeSupport is only available on Linux.";
3232
stdenv.mkDerivation (finalAttrs: {
3333
pname = "prismlauncher-unwrapped";
34-
version = "9.3";
34+
version = "9.4";
3535

3636
src = fetchFromGitHub {
3737
owner = "PrismLauncher";
3838
repo = "PrismLauncher";
3939
tag = finalAttrs.version;
40-
hash = "sha256-jG/w114iYkkBz0NCe7iBJlgR4usVm83cI+ZqxOLUCWA=";
40+
hash = "sha256-q8ln54nepwbJhC212vGODaafsbOCtdXar7F2NacKWO4=";
4141
};
4242

4343
postUnpack = ''

0 commit comments

Comments
 (0)