Unverified Commit 1dfd7935 authored by Nick Hu's avatar Nick Hu Committed by GitHub
Browse files

asus-ec-sensors: 0.1.0-unstable-2025-01-10 -> 0.1.0-unstable-2025-12-11 (#473022)

parents 9ca21a51 5c454559
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";
+7 −4
Original line number Diff line number Diff line
@@ -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";
  };
}