File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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-3 " ;
99+ version = "6.17.2-4 " ;
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 = "0vi96lnm29m45g02gb87yjiz2rxc19k5grdi2jx836qc7fp8ih6d " ;
136+ hash = "15cx13wl6pcrqqgsfry2wzw5bnr091hcbvb5cvpsfr09hwwgc6pk " ;
137137 } ;
138138
139139 structuredExtraConfig = with lib . kernel ; {
184184 owner = "amkillam" ;
185185 repo = "ryzen_smu" ;
186186 rev = "172c316f53ac8f066afd7cb9e1da517084273368" ;
187- hash = "0vi96lnm29m45g02gb87yjiz2rxc19k5grdi2jx836qc7fp8ih6d " ;
187+ hash = "15cx13wl6pcrqqgsfry2wzw5bnr091hcbvb5cvpsfr09hwwgc6pk " ;
188188 } ;
189189 monitor-cpu = llvm . stdenv . mkDerivation {
190190 pname = "monitor-cpu" ;
You can’t perform that action at this time.
0 commit comments