summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2019-10-08 15:33:15 -0400
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2019-10-08 15:33:15 -0400
commit9e141fcf969a2a21feb4b11e55177cbbd3b9a253 (patch)
tree9bc3f500bded9ac9e28f81f776c18a301cb08713 /pkgs/misc/uboot
parent2436c27541b2f52deea3a4c1691216a02152e729 (diff)
u-boot: 2019.04 -> 2019.10
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 6f1c8af390c8..e58c03285750 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -4,7 +4,7 @@
}:
let
- buildUBoot = { version ? "2019.04"
+ buildUBoot = { version ? "2019.10"
, filesToInstall
, installDir ? "$out"
, defconfig
@@ -20,7 +20,7 @@ let
src = fetchurl {
url = "ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2";
- sha256 = "1vwv4bgbl7fjcm073zrphn17hnz5h5h778f88ivdsgbb2lnpgdvn";
+ sha256 = "053hcrwwlacqh2niisn0zas95zkbffw5aw5sdhixs8lmfdq60vcd";
};
patches = [