File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change 33 stdenv ,
44 fetchFromGitHub ,
55 fetchurl ,
6- fetchpatch ,
76 aqbanking ,
87 boost ,
98 cmake ,
3029
3130stdenv . mkDerivation rec {
3231 pname = "gnucash" ;
33- version = "5.10 " ;
32+ version = "5.11 " ;
3433
3534 # raw source code doesn't work out of box; fetchFromGitHub not usable
3635 src = fetchurl {
3736 url = "https://github.com/Gnucash/gnucash/releases/download/${ version } /gnucash-${ version } .tar.bz2" ;
38- hash = "sha256-eJ2fNpjuW4ZyAnmjo+EOd0QhDhLFJa5/A9MvpwQHrZM =" ;
37+ hash = "sha256-a6QjE6qqmbXwf/bk28WLM/v19L5ukRN2cB1lwm/U3r4 =" ;
3938 } ;
4039
4140 nativeBuildInputs = [
@@ -80,18 +79,6 @@ stdenv.mkDerivation rec {
8079 ./0003-remove-valgrind.patch
8180 # this patch makes gnucash exec the Finance::Quote wrapper directly
8281 ./0004-exec-fq-wrapper.patch
83- # this patch fixes the build against icu 76
84- ( fetchpatch {
85- name = "icu-76.patch" ;
86- url = "https://github.com/Gnucash/gnucash/commit/579eed1facc0f7834ea70b1a342ebca0f125d788.patch" ;
87- hash = "sha256-XzRPHDPxt2TfeqO48vaNEcfF58neVDMxVqkPKrG5xoM=" ;
88- } )
89- # fixes QIF imports: https://bugs.gnucash.org/show_bug.cgi?id=799492
90- ( fetchpatch {
91- name = "qif-import.patch" ;
92- url = "https://github.com/Gnucash/gnucash/commit/6531d3e46b7bee1add61aa6c6aaf8fb1f889a586.patch" ;
93- hash = "sha256-Lque2w9X9yencNVzI/DfuE3H2dN46yVNnbBdiEQE6/4=" ;
94- } )
9582 ] ;
9683
9784 # this needs to be an environment variable and not a cmake flag to suppress
You can’t perform that action at this time.
0 commit comments