fix fjordlauncher

This commit is contained in:
2026-01-22 07:57:00 +01:00
parent c3bb59ee5c
commit aac37889ea
2 changed files with 27 additions and 2 deletions

25
flake.lock generated Normal file
View 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
}

View File

@@ -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 ];