Revert "gnu: u-boot: Update to 2020.04."
authorMathieu Othacehe <m.othacehe@gmail.com>
Thu, 23 Apr 2020 11:03:35 +0000 (13:03 +0200)
committerMathieu Othacehe <m.othacehe@gmail.com>
Thu, 23 Apr 2020 11:03:35 +0000 (13:03 +0200)
This reverts commit be0ecfb1787b9e6954bf745bceeb1b9d2669d51a.

gnu/packages/bootloaders.scm

index 750579e..2a6e070 100644 (file)
@@ -400,7 +400,7 @@ tree binary files.  These are board description files used by Linux and BSD.")
 (define u-boot
   (package
     (name "u-boot")
-    (version "2020.04")
+    (version "2020.01")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -408,7 +408,7 @@ tree binary files.  These are board description files used by Linux and BSD.")
                     "u-boot-" version ".tar.bz2"))
               (sha256
                (base32
-                "0wjkasnz87q86hx93inspdjfjsinmxi87bcvj30c773x0fpjlwzy"))))
+                "1w9ml4jl15q6ixpdqzspxjnl7d3rgxd7f99ms1xv5c8869h3qida"))))
     (native-inputs
      `(("bc" ,bc)
        ("bison" ,bison)