File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22, ... } @ args :
33
44let
5- version = "6.10.3 " ;
5+ version = "6.11 " ;
66 majorVersion = with lib ; ( elemAt ( take 1 ( splitVersion version ) ) 0 ) ;
77
88 patchRepo = fetchFromGitHub {
99 owner = "t2linux" ;
1010 repo = "linux-t2-patches" ;
11- rev = "29d6f013088303623cd9f2c6f5951eb3455830a6 " ;
12- hash = "sha256-V0dakKRPC6Hj1I+SCiZXOCwtS0mZCCAsWnGtJnFlzxU =" ;
11+ rev = "54b4f914930d92cf0b94601b402ec93f54a76390 " ;
12+ hash = "sha256-mpGWcx+zE5kb5USE4CPGrrleZRNGxVUGxc9eQY5IIfY =" ;
1313 } ;
1414
1515 kernel = fetchzip {
1616 url = "mirror://kernel/linux/kernel/v${ majorVersion } .x/linux-${ version } .tar.xz" ;
17- hash = "sha256-+tWXv9j5bUJN7kzFZxuL+wB1fBCyXbtyms3Q5/dTtK4 =" ;
17+ hash = "sha256-QIbHTLWI5CaStQmuoJ1k7odQUDRLsWNGY10ek0eKo8M =" ;
1818 } ;
1919in
2020buildLinux ( args // {
You can’t perform that action at this time.
0 commit comments