replaced sha256

This commit is contained in:
Zonsopkomst 2024-03-11 18:07:14 -05:00
parent 28c9574d67
commit b4434139b4
1 changed files with 2 additions and 2 deletions

View File

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