about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorPratham Patel <prathampatel@thefossguy.com>2024-04-06 21:17:27 +0530
committerPratham Patel <prathampatel@thefossguy.com>2024-04-06 21:17:27 +0530
commitfe3930301b67dc4b544e418a072af46bdc4ec417 (patch)
treed0867d94cf944ef524dd7b1e64cf2b2add6126ff /pkgs/misc
parent6b0a22f82e8d6942d0da614f2e8591b9cef0b2e0 (diff)
uboot: 2024.01 -> 2024.04
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/uboot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index d7a3ad13825c2..c1a38d1985f46 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -28,10 +28,10 @@
 }:
 
 let
-  defaultVersion = "2024.01";
+  defaultVersion = "2024.04";
   defaultSrc = fetchurl {
     url = "https://ftp.denx.de/pub/u-boot/u-boot-${defaultVersion}.tar.bz2";
-    hash = "sha256-uZYR8e0je/NUG9yENLaMlqbgWWcGH5kkQ8swqr6+9bM=";
+    hash = "sha256-GKhT/jn6160DqQzC1Cda6u1tppc13vrDSSuAUIhD3Uo=";
   };
 
   # Dependencies for the tools need to be included as either native or cross,