fix fjordlauncher
This commit is contained in:
25
flake.lock
generated
Normal file
25
flake.lock
generated
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1768875095,
|
||||
"narHash": "sha256-dYP3DjiL7oIiiq3H65tGIXXIT1Waiadmv93JS0sS+8A=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "ed142ab1b3a092c4d149245d0c4126a5d7ea00b0",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"id": "nixpkgs",
|
||||
"type": "indirect"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
"version": 7
|
||||
}
|
||||
@@ -2,13 +2,13 @@ final: prev:
|
||||
|
||||
final.prismlauncher-unwrapped.overrideAttrs (oldAttrs: rec {
|
||||
pname = "fjordlauncher-unwrapped";
|
||||
version = "9.2.1";
|
||||
version = "10.0.1.1";
|
||||
|
||||
src = final.fetchFromGitHub {
|
||||
owner = "unmojang";
|
||||
repo = "FjordLauncher";
|
||||
tag = version;
|
||||
hash = "sha256-4imIXuVrrihoJVVAmEt7ZBhgqdDzzXsSo6zaMy0xV9o=";
|
||||
hash = "sha256-dH1QY3Wb4mfSbKbX3o8YoxVLlG7bLPh2YInqsrkxpQM=";
|
||||
};
|
||||
|
||||
patches = [ ./01-authlib-enforcement.patch ];
|
||||
|
||||
Reference in New Issue
Block a user