Skip to content

Commit fd1ebf4

Browse files
authored
prismlauncher: 9.1 -> 9.2 (#373072)
2 parents ab67537 + c07ae1a commit fd1ebf4

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
@@ -34,13 +34,13 @@ assert lib.assertMsg (
3434

3535
stdenv.mkDerivation (finalAttrs: {
3636
pname = "prismlauncher-unwrapped";
37-
version = "9.1";
37+
version = "9.2";
3838

3939
src = fetchFromGitHub {
4040
owner = "PrismLauncher";
4141
repo = "PrismLauncher";
4242
tag = finalAttrs.version;
43-
hash = "sha256-LVrWFBsI4+BOY5hlevfzqfRXQM6AFd5bMnXbBqTrxzA=";
43+
hash = "sha256-0KDhX8mfh11pyYQS/lB6qlUvRSOcYEbQKgsdQVA+Q3U=";
4444
};
4545

4646
postUnpack = ''

0 commit comments

Comments
 (0)