We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced90ef commit f6bd028Copy full SHA for f6bd028
pkgs/os-specific/linux/asus-ec-sensors/default.nix
@@ -7,13 +7,13 @@
7
8
stdenv.mkDerivation rec {
9
name = "asus-ec-sensors-${version}-${kernel.version}";
10
- version = "unstable-2022-07-10";
+ version = "0.1.0-unstable-2025-01-10";
11
12
src = fetchFromGitHub {
13
owner = "zeule";
14
repo = "asus-ec-sensors";
15
- rev = "5fbdd1461dc88fc952e02717b8120438ce5558b3";
16
- sha256 = "sha256-kBGl8i7HzdItMoM7L91OfX6y+bqDfd22WICRg0n25pI=";
+ rev = "619d505b7055be618e9ba9d5e146fd641dbf3015";
+ sha256 = "sha256-vS8wNS53m495hmsI267R5Kq/j8Mo5491PJkUKRUpqPQ=";
17
};
18
19
hardeningDisable = [ "pic" ];
0 commit comments