1
0
Fork 0

General: pin auto-cpufreq to latest version

This commit is contained in:
Aires 2024-12-02 11:40:13 -05:00
parent 837f9ade96
commit 1286cb3642
2 changed files with 5 additions and 4 deletions

View file

@ -7,15 +7,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1733044136, "lastModified": 1725514537,
"narHash": "sha256-W70/yANcKhOoRVbkRbIA08ZO/Q5l+N9ymz/HzB7OgiU=", "narHash": "sha256-Xsh3d7rQY7RKzZ7J0swrgxZEyITb7B3oX5F/tcBGjfk=",
"owner": "AdnanHodzic", "owner": "AdnanHodzic",
"repo": "auto-cpufreq", "repo": "auto-cpufreq",
"rev": "19e57bde029bfd5ba706c7cfafd626f7e4e9b1ac", "rev": "a42e8fb51e08059411d52451141cac86f1bc788a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "AdnanHodzic", "owner": "AdnanHodzic",
"ref": "v2.4.0",
"repo": "auto-cpufreq", "repo": "auto-cpufreq",
"type": "github" "type": "github"
} }

View file

@ -12,7 +12,7 @@
# Power management via auto-cpufreq # Power management via auto-cpufreq
auto-cpufreq = { auto-cpufreq = {
url = "github:AdnanHodzic/auto-cpufreq"; url = "github:AdnanHodzic/auto-cpufreq/v2.4.0";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };