diff options
author | takov751 | 2023-04-24 11:26:28 +0100 |
---|---|---|
committer | GitHub | 2023-04-24 10:26:28 +0000 |
commit | 1c7579605bc7730e7d88539704aa1b467952c9bd (patch) | |
tree | 87db5d6d215fc49abc219e80b5b4bdec8d7d923a | |
parent | 907fb5a2dc9ee9f344fcc94124da003f3ef2b325 (diff) |
uboot: 2022.10 -> 2023.01
-rw-r--r-- | pkgs/misc/uboot/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix index 2832f6c8aee1..b19b68fce75a 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 |