Added fake sha256

This commit is contained in:
Zonsopkomst 2024-03-11 17:43:18 -05:00
parent c78ffa463b
commit b4c4dc031a
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@
version = "5.4";
src = requireFile {
name = "https://github.com/Gnucash/gnucash/releases/download/${version}/${pname}-${version}-1.tar.bz2";
sha256 = "sha256-d0EWXW1lLqe0oehJjPQ5pWuBpcyLZTKRpZBU8jYqv8w=";
sha256 = "0000000000000000000000000000000000000000000000000000";
#sha256 = "sha256-d0EWXW1lLqe0oehJjPQ5pWuBpcyLZTKRpZBU8jYqv8w=";
};
}))