From d55dd5ace62c65c855b75b507b3301b67cd5f2a0 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 13 Jan 2023 09:53:14 +0000 Subject: [PATCH] whalebird: fix aarch64 build (hopefully) --- flake.lock | 2 +- nixpatches/list.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index c3e600f6..a0b8e8a2 100644 --- a/flake.lock +++ b/flake.lock @@ -60,7 +60,7 @@ }, "locked": { "lastModified": 1, - "narHash": "sha256-p1wrbL/kn2RGGQaPms2hqK9QrPu9vTQwGT2ZT7Gh+Tc=", + "narHash": "sha256-mfOS6RXOh/m8AWx3bobjo/Gs7cop0hXJgfCotzRUjFk=", "path": "nixpatches", "type": "path" }, diff --git a/nixpatches/list.nix b/nixpatches/list.nix index c603ce18..df7a3a05 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -22,8 +22,8 @@ # whalebird: 4.6.5 -> 4.7.4 (fetchpatch { # url = "https://git.uninsane.org/colin/nixpkgs/compare/master...pr.whalebird-4.7.4.diff"; - url = "https://git.uninsane.org/colin/nixpkgs/commit/e0938284055f4ee40c8abe38d0fff0b5ea694782.diff"; - sha256 = "sha256-hQJQExOuzTP0aj14Vc8kcjxf+ErTXXZBZji/pglvGA0="; + url = "https://git.uninsane.org/colin/nixpkgs/commit/bdfc62d453b1e7dd84af5351bf34a1e39f91eb25.diff"; + sha256 = "sha256-9oByaFpBSXKRvTBgh7+X6FDS/yK07/QOF/nq8KAlaRU="; }) ./2022-12-19-i2p-aarch64.patch