summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-13 16:50:27 +0100
committerPeter Simons <simons@cryp.to>2014-01-13 17:05:45 +0100
commit0a9e4d0ccc55d63105368337f84ff8efde6ff617 (patch)
treea0c0723eaa5367b615442b6cda4ed8362217d13a /pkgs
parent2d1c8d6f60e1242ea516f9cab4a38ea0c2a9186a (diff)
downloadnixlib-0a9e4d0ccc55d63105368337f84ff8efde6ff617.tar
nixlib-0a9e4d0ccc55d63105368337f84ff8efde6ff617.tar.gz
nixlib-0a9e4d0ccc55d63105368337f84ff8efde6ff617.tar.bz2
nixlib-0a9e4d0ccc55d63105368337f84ff8efde6ff617.tar.lz
nixlib-0a9e4d0ccc55d63105368337f84ff8efde6ff617.tar.xz
nixlib-0a9e4d0ccc55d63105368337f84ff8efde6ff617.tar.zst
nixlib-0a9e4d0ccc55d63105368337f84ff8efde6ff617.zip
gnucash: update to version 2.4.15
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 b399c80ebff9..c8ebe6e2b12c 100644
--- a/pkgs/applications/office/gnucash/default.nix
+++ b/pkgs/applications/office/gnucash/default.nix
@@ -10,11 +10,11 @@
  */
 
 stdenv.mkDerivation rec {
-  name = "gnucash-2.4.13";
+  name = "gnucash-2.4.15";
 
   src = fetchurl {
     url = "mirror://sourceforge/gnucash/${name}.tar.bz2";
-    sha256 = "0j4m00a3r1hcrhkfjkx3sgi2r4id4wrc639i4s00j35rx80540pn";
+    sha256 = "058mgfwic6a2g7jq6iip5hv45md1qaxy25dj4lvlzjjr141wm4gx";
   };
 
   buildInputs = [