flake: update

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-05-25 19:50:55 -03:00
parent a8e7b39a4a
commit 3c0abf9d9e
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
3 changed files with 9 additions and 9 deletions

View file

@ -8,8 +8,8 @@ in stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "BoukeHaarsma23";
repo = "zenergy";
rev = "a3e124477ee8197015481156b90100d49fa3cd84";
hash = "sha256-s1aoipSsLKO23kTd2uGxVUpqYSeitiz3UIoDIxg/Dj8=";
rev = "d65592b3c9d171ba70e6017e0827191214d81937";
hash = "sha256-10hiUHJvLTG3WGrr4WXMo/mCoJGFqWk2l5PryjNhcHg=";
};
hardeningDisable = [ "format" "pic" ];