From 580c1b74cb4f8f9a9cdf83e057fa3c20d149aadb Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 19 Jan 2023 03:57:32 +0000 Subject: [PATCH] pkgs: bootpart-tow-boot-rpi-aarch64: fix build --- pkgs/bootpart-tow-boot-rpi-aarch64/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/bootpart-tow-boot-rpi-aarch64/default.nix b/pkgs/bootpart-tow-boot-rpi-aarch64/default.nix index 3f3b9ff4..3b64af93 100644 --- a/pkgs/bootpart-tow-boot-rpi-aarch64/default.nix +++ b/pkgs/bootpart-tow-boot-rpi-aarch64/default.nix @@ -1,4 +1,4 @@ -{ stdenv, tow-boot-rp4, raspberrypifw, raspberrypi-armstubs }: +{ stdenv, tow-boot-rpi4, raspberrypifw, raspberrypi-armstubs }: stdenv.mkDerivation rec { pname = "bootpart-tow-boot-rpi-aarch64";