about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorlewo <lewo@abesis.fr>2018-07-01 19:58:58 +0200
committerGitHub <noreply@github.com>2018-07-01 19:58:58 +0200
commitf5acacffade98dfa998162da578daf3634a2428a (patch)
tree750d5b5fc77d175d73cdc89f808031971cb23b11 /pkgs
parentf081ccccd17f93871bcde47b0c0ed11347bb8335 (diff)
parent690b66e1ebb18db96c200160a73651dfd4f14e24 (diff)
Merge pull request #42706 from r-ryantm/auto-update/gnucash
gnucash: 3.1-1 -> 3.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/office/gnucash/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/gnucash/default.nix b/pkgs/applications/office/gnucash/default.nix
index c09d0b3aa39b4..63fda1e0e8be2 100644
--- a/pkgs/applications/office/gnucash/default.nix
+++ b/pkgs/applications/office/gnucash/default.nix
@@ -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 ];