3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #42706 from r-ryantm/auto-update/gnucash

gnucash: 3.1-1 -> 3.2
This commit is contained in:
lewo 2018-07-01 19:58:58 +02:00 committed by GitHub
commit f5acacffad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,11 +25,11 @@ in
stdenv.mkDerivation rec {
name = "gnucash-${version}";
version = "3.1-1";
version = "3.2";
src = fetchurl {
url = "mirror://sourceforge/gnucash/${name}.tar.bz2";
sha256 = "0qfjpmr6hnr0v7l2fi00rilnlyan4kqiyygyidxlpdxqqg76dvx1";
sha256 = "0li4b6pvlahgh5n9v91yxfgm972a1kky80xw3q1ggl4f2h6b1rb3";
};
nativeBuildInputs = [ pkgconfig makeWrapper cmake gtest ];