changed gnucash.overrideAttrs

This commit is contained in:
Zonsopkomst 2024-03-11 15:56:07 -05:00
parent ec3efc8d7d
commit ba836a3f27

View file

@ -19,14 +19,14 @@
gajim # XMPP Client
#gnucash # Double Entry Accounting Software
gnucash = super.gnucash.overrideAttrs (old: rec {
(gnucash = gnucash.overrideAttrs (old: rec {
name = "gnucash-${version}";
version = "5.4";
src = super.requireFile {
src = requireFile {
name = "https://github.com/Gnucash/gnucash/releases/download/${version}/${pname}-${version}-1.tar.bz2";
sha256 = "sha256-d0EWXW1lLqe0oehJjPQ5pWuBpcyLZTKRpZBU8jYqv8w=";
};
})
}))
gpodder # Podcast Manager
gretl # Econometric Analysis