summary refs log tree commit diff
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authortakov751 <40316768+takov751@users.noreply.github.com>2023-04-24 11:26:28 +0100
committerGitHub <noreply@github.com>2023-04-24 10:26:28 +0000
commit1c7579605bc7730e7d88539704aa1b467952c9bd (patch)
tree87db5d6d215fc49abc219e80b5b4bdec8d7d923a /pkgs/misc/uboot
parent907fb5a2dc9ee9f344fcc94124da003f3ef2b325 (diff)
uboot: 2022.10 -> 2023.01
Diffstat (limited to 'pkgs/misc/uboot')
-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 2832f6c8aee12..b19b68fce75ae 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -24,10 +24,10 @@
 }:
 
 let
-  defaultVersion = "2022.10";
+  defaultVersion = "2023.01";
   defaultSrc = fetchurl {
     url = "ftp://ftp.denx.de/pub/u-boot/u-boot-${defaultVersion}.tar.bz2";
-    hash = "sha256-ULRIKlBbwoG6hHDDmaPCbhReKbI1ALw1xQ3r1/pGvfg=";
+    hash = "sha256-aUI7rTgPiaCRZjbonm3L0uRRLVhDCNki0QOdHkMxlQ8=";
   };
   buildUBoot = lib.makeOverridable ({
     version ? null