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 (#404039)
This commit is contained in:
commit
2238323ca8
1 changed files with 3 additions and 3 deletions
|
@ -12,13 +12,13 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "zenergy";
|
pname = "zenergy";
|
||||||
version = "0-unstable-2024-10-10";
|
version = "0-unstable-2025-04-15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "BoukeHaarsma23";
|
owner = "BoukeHaarsma23";
|
||||||
repo = "zenergy";
|
repo = "zenergy";
|
||||||
rev = "7c4e83d5e2f887f4c31edaf92e5f94e9448e9764";
|
rev = "f77293fc4aa8c2f5645b2d05d8f0d476220cba9a";
|
||||||
hash = "sha256-5fYelEr4IYnuXrly15IcyicFrF0tYjs7OBqIhUYQXZ0=";
|
hash = "sha256-T9ualNYna2Ip19dqz1mOcFWX5oKWIhf9SGMaXovS8QE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ kmod ] ++ kernel.moduleBuildDependencies;
|
nativeBuildInputs = [ kmod ] ++ kernel.moduleBuildDependencies;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue