about summary refs log tree commit diff
path: root/pkgs/applications/office/ledger
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-09-23 08:21:38 -0500
committerJohn Wiegley <johnw@newartisans.com>2014-09-23 08:21:38 -0500
commitc436d3d04578edd867f7595b840f6cf659d6bf7e (patch)
tree31ea67c3a2782712ed6262ab24f617977bd7ad78 /pkgs/applications/office/ledger
parent2498984aada9eb72c4762a884c35f3b00a997a51 (diff)
downloadnixlib-c436d3d04578edd867f7595b840f6cf659d6bf7e.tar
nixlib-c436d3d04578edd867f7595b840f6cf659d6bf7e.tar.gz
nixlib-c436d3d04578edd867f7595b840f6cf659d6bf7e.tar.bz2
nixlib-c436d3d04578edd867f7595b840f6cf659d6bf7e.tar.lz
nixlib-c436d3d04578edd867f7595b840f6cf659d6bf7e.tar.xz
nixlib-c436d3d04578edd867f7595b840f6cf659d6bf7e.tar.zst
nixlib-c436d3d04578edd867f7595b840f6cf659d6bf7e.zip
ledger: 3.0.2 -> 3.0.4
Diffstat (limited to 'pkgs/applications/office/ledger')
-rw-r--r--pkgs/applications/office/ledger/3.0.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/office/ledger/3.0.nix b/pkgs/applications/office/ledger/3.0.nix
index eb01556fc68a..be7b31e51243 100644
--- a/pkgs/applications/office/ledger/3.0.nix
+++ b/pkgs/applications/office/ledger/3.0.nix
@@ -2,16 +2,16 @@
 , texinfo, gnused }:
 
 let
-  rev = "a0c5addbbd";
+  rev = "5961384";
 in
 
 stdenv.mkDerivation {
-  name = "ledger-3.0.2.${rev}";
+  name = "ledger-3.0.4.${rev}";
 
   src = fetchgit {
     url = "git://github.com/ledger/ledger.git";
     inherit rev;
-    sha256 = "1yr4i8gpby67j4vl7xk109dwb14z8a424nwgva8rbms8115w4ps5";
+    sha256 = "48d62cfa06f4a0c5863c072437e67aeafaa210a60e9147f8b2a4403da2a8b3e8";
   };
 
   buildInputs = [ cmake boost boost.lib gmp mpfr libedit python texinfo gnused ];