about summary refs log tree commit diff
path: root/apple-silicon-support
diff options
context:
space:
mode:
authorThomas Watson <twatson52@icloud.com>2023-12-16 19:56:48 -0600
committerThomas Watson <twatson52@icloud.com>2023-12-19 18:27:24 -0600
commitcb264882e6e4df5f8870a7873d66869ac0293a10 (patch)
tree039c18ede565f3ce027bf988254ebf2218cee9f7 /apple-silicon-support
parent0c4a676de02c27fc1db0d6760b8730fbf1857be2 (diff)
downloadnixlib-cb264882e6e4df5f8870a7873d66869ac0293a10.tar
nixlib-cb264882e6e4df5f8870a7873d66869ac0293a10.tar.gz
nixlib-cb264882e6e4df5f8870a7873d66869ac0293a10.tar.bz2
nixlib-cb264882e6e4df5f8870a7873d66869ac0293a10.tar.lz
nixlib-cb264882e6e4df5f8870a7873d66869ac0293a10.tar.xz
nixlib-cb264882e6e4df5f8870a7873d66869ac0293a10.tar.zst
nixlib-cb264882e6e4df5f8870a7873d66869ac0293a10.zip
uboot-asahi: 2023.07.02.asahi3-1 -> 2023.07.02.asahi4-1
Diffstat (limited to 'apple-silicon-support')
-rw-r--r--apple-silicon-support/packages/uboot-asahi/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/apple-silicon-support/packages/uboot-asahi/default.nix b/apple-silicon-support/packages/uboot-asahi/default.nix
index 908aff32b1ae..c3bf0847973f 100644
--- a/apple-silicon-support/packages/uboot-asahi/default.nix
+++ b/apple-silicon-support/packages/uboot-asahi/default.nix
@@ -6,13 +6,13 @@
 
 (buildUBoot rec {
   src = fetchFromGitHub {
-    # tracking: https://github.com/AsahiLinux/PKGBUILDs/blob/main/uboot-asahi/PKGBUILD
+    # tracking: https://pagure.io/fedora-asahi/uboot-tools/commits/main
     owner = "AsahiLinux";
     repo = "u-boot";
-    rev = "asahi-v2023.07.02-3";
-    hash = "sha256-a7iNawyq7K6jhiVzu5x8mllF3olTP+jQRXGGSsoKINI=";
+    rev = "asahi-v2023.07.02-4";
+    hash = "sha256-M4qkEyNgwV2AKSr5VzPGfhHo1kGy8Tw8TfyP36cgYjc=";
   };
-  version = "2023.07.02.asahi3-1";
+  version = "2023.07.02.asahi4-1";
 
   defconfig = "apple_m1_defconfig";
   extraMeta.platforms = [ "aarch64-linux" ];