We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab67537 + c07ae1a commit fd1ebf4Copy full SHA for fd1ebf4
pkgs/by-name/pr/prismlauncher-unwrapped/package.nix
@@ -34,13 +34,13 @@ assert lib.assertMsg (
34
35
stdenv.mkDerivation (finalAttrs: {
36
pname = "prismlauncher-unwrapped";
37
- version = "9.1";
+ version = "9.2";
38
39
src = fetchFromGitHub {
40
owner = "PrismLauncher";
41
repo = "PrismLauncher";
42
tag = finalAttrs.version;
43
- hash = "sha256-LVrWFBsI4+BOY5hlevfzqfRXQM6AFd5bMnXbBqTrxzA=";
+ hash = "sha256-0KDhX8mfh11pyYQS/lB6qlUvRSOcYEbQKgsdQVA+Q3U=";
44
};
45
46
postUnpack = ''
0 commit comments