Jump to content

Linux kernel: Difference between revisions

m
Explain how to get the proper hash for a custom kernel. Switch from sha256 to hash attr.
imported>Mateusauler
m (than -> then)
imported>Wpiekutowski
m (Explain how to get the proper hash for a custom kernel. Switch from sha256 to hash attr.)
Line 209: Line 209:
           src = fetchurl {
           src = fetchurl {
             url = "https://github.com/jsakkine-intel/linux-sgx/archive/v23.tar.gz";
             url = "https://github.com/jsakkine-intel/linux-sgx/archive/v23.tar.gz";
             sha256 = "11rwlwv7s071ia889dk1dgrxprxiwgi7djhg47vi56dj81jgib20";
             # After the first build attempt, look for "hash mismatch" and then 2 lines below at the "got:" line.
            # Use "sha256-....." value here.
            hash = "";
           };
           };
           kernelPatches = [];
           kernelPatches = [];
Anonymous user