mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 14:11:21 +00:00
uboot: 2021.01 -> 2021.04
This commit is contained in:
parent
275624a226
commit
672c66aedf
@ -18,10 +18,10 @@
|
||||
}:
|
||||
|
||||
let
|
||||
defaultVersion = "2021.01";
|
||||
defaultVersion = "2021.04";
|
||||
defaultSrc = fetchurl {
|
||||
url = "ftp://ftp.denx.de/pub/u-boot/u-boot-${defaultVersion}.tar.bz2";
|
||||
sha256 = "0m04glv9kn3bhs62sn675w60wkrl4m3a4hnbnnw67s3l198y21xl";
|
||||
sha256 = "06p1vymf0dl6jc2xy5w7p42mpgppa46lmpm2ishmgsycnldqnhqd";
|
||||
};
|
||||
buildUBoot = {
|
||||
version ? null
|
||||
|
Loading…
Reference in New Issue
Block a user