zenergy: 0-unstable-2024-10-10 -> 0-unstable-2025-04-15

Adds Zen 5 support.
This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-04-23 18:23:32 -03:00
parent c11863f1e9
commit 23eb34822d
No known key found for this signature in database
GPG key ID: A5767B54367CFBDF

View file

@ -12,13 +12,13 @@ let
in
stdenv.mkDerivation {
pname = "zenergy";
version = "0-unstable-2024-10-10";
version = "0-unstable-2025-04-15";
src = fetchFromGitHub {
owner = "BoukeHaarsma23";
repo = "zenergy";
rev = "7c4e83d5e2f887f4c31edaf92e5f94e9448e9764";
hash = "sha256-5fYelEr4IYnuXrly15IcyicFrF0tYjs7OBqIhUYQXZ0=";
rev = "f77293fc4aa8c2f5645b2d05d8f0d476220cba9a";
hash = "sha256-T9ualNYna2Ip19dqz1mOcFWX5oKWIhf9SGMaXovS8QE=";
};
nativeBuildInputs = [ kmod ] ++ kernel.moduleBuildDependencies;
@ -41,6 +41,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/BoukeHaarsma23/zenergy";
license = licenses.gpl2Only;
maintainers = with maintainers; [ wizardlink ];
platforms = platforms.linux;
platforms = [ "x86_64-linux" ];
};
}