File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9696 config = {
9797 boot . kernelPackages = lib . mkOverride 80 (
9898 let
99- version = "6.17.2-6 " ;
99+ version = "6.17.1-1 " ;
100100 linuxVersion = lib . head ( lib . splitString "-" version ) ;
101101 suffix = "nitrous" ;
102102 llvm = pkgs . unstable . llvmPackages_20 ;
133133
134134 src = fetchurl {
135135 url = "https://gitlab.com/xdevs23/linux-nitrous/-/archive/v${ version } /linux-nitrous-v${ version } .tar.gz" ;
136- hash = "sha256-PCO5hss5gWdNaX04ARv86IMhcsf2WFWzOVpCArV0wLo =" ;
136+ hash = "sha256-Xzm+cD5VkZI80O8zVYkSBdtQ//F/aGwzFghHjp+04to =" ;
137137 } ;
138138
139139 structuredExtraConfig = with lib . kernel ; {
184184 owner = "amkillam" ;
185185 repo = "ryzen_smu" ;
186186 rev = "172c316f53ac8f066afd7cb9e1da517084273368" ;
187- hash = "sha256-PCO5hss5gWdNaX04ARv86IMhcsf2WFWzOVpCArV0wLo =" ;
187+ hash = "sha256-U2UMWY7XgLXOpNgl2OsFBRvZSC4/qLa9rzJxFOpZ830 =" ;
188188 } ;
189189 monitor-cpu = llvm . stdenv . mkDerivation {
190190 pname = "monitor-cpu" ;
You can’t perform that action at this time.
0 commit comments