From aac37889eabe83c9818b427933695be6ff938442 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Thu, 22 Jan 2026 07:57:00 +0100 Subject: [PATCH] fix fjordlauncher --- flake.lock | 25 +++++++++++++++++++++++++ pkgs/fjordlauncher/unwrapped.nix | 4 ++-- 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 flake.lock diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..aebedbd --- /dev/null +++ b/flake.lock @@ -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 +} diff --git a/pkgs/fjordlauncher/unwrapped.nix b/pkgs/fjordlauncher/unwrapped.nix index e1196e5..dd2fde6 100644 --- a/pkgs/fjordlauncher/unwrapped.nix +++ b/pkgs/fjordlauncher/unwrapped.nix @@ -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 ];