Merge pull request #212095 from Artturin/zenpowerupdate1

This commit is contained in:
Artturi 2023-01-23 20:24:24 +02:00 committed by GitHub
commit baf7ed992c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,15 @@
{ lib, stdenv, kernel, fetchFromGitHub, fetchpatch }:
{ lib, stdenv, kernel, fetchFromGitea }:
stdenv.mkDerivation rec {
pname = "zenpower";
version = "unstable-2022-04-13";
version = "unstable-2022-11-04";
src = fetchFromGitHub {
owner = "Ta180m";
src = fetchFromGitea {
domain = "git.exozy.me";
owner = "a";
repo = "zenpower3";
rev = "c36a86c64b802e9b90b5166caee6a8e8eddaeb56";
sha256 = "1i9ap7xgab421f3c68mcmad25xs4h8pfz0g0f9yzg7hxpmb0npxi";
rev = "c176fdb0d5bcba6ba2aba99ea36812e40f47751f";
sha256 = "sha256-d2WH8Zv7F0phZmEKcDiaak9On+Mo9bAFhMulT/N5FWI=";
};
hardeningDisable = [ "pic" ];