mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
zenergy: 0-unstable-2024-10-10 -> 0-unstable-2025-04-15
Adds Zen 5 support.
This commit is contained in:
parent
c11863f1e9
commit
23eb34822d
1 changed files with 4 additions and 4 deletions
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue