asus-ec-sensors: 0.1.0-unstable-2025-01-10 -> 0.1.0-unstable-2025-12-11 (#473022)
This commit is contained in:
@@ -16123,6 +16123,12 @@
|
||||
github = "marijanp";
|
||||
githubId = 13599169;
|
||||
};
|
||||
mariolopjr = {
|
||||
name = "Mario Lopez";
|
||||
email = "mario@techmunchies.net";
|
||||
github = "mariolopjr";
|
||||
githubId = 2067324;
|
||||
};
|
||||
marius851000 = {
|
||||
email = "nix@mariusdavid.fr";
|
||||
name = "Marius David";
|
||||
|
||||
@@ -8,13 +8,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "asus-ec-sensors-${version}-${kernel.version}";
|
||||
version = "0.1.0-unstable-2025-01-10";
|
||||
version = "0.1.0-unstable-2025-12-11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zeule";
|
||||
repo = "asus-ec-sensors";
|
||||
rev = "619d505b7055be618e9ba9d5e146fd641dbf3015";
|
||||
sha256 = "sha256-vS8wNS53m495hmsI267R5Kq/j8Mo5491PJkUKRUpqPQ=";
|
||||
rev = "0e73cd165c4d1baf8ce841604722c6981b7ba9d6";
|
||||
sha256 = "sha256-qX+HmtBdm9bOJRnlpI/Ru0OCcUi8MQ29Y731yM9JEi0=";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
@@ -35,7 +35,10 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/zeule/asus-ec-sensors";
|
||||
license = lib.licenses.gpl2Only;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with lib.maintainers; [ nickhu ];
|
||||
maintainers = with lib.maintainers; [
|
||||
nickhu
|
||||
mariolopjr
|
||||
];
|
||||
broken = kernel.kernelOlder "5.11";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user