about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2013-06-28 20:16:39 -0400
committerShea Levy <shea@shealevy.com>2013-06-28 20:16:39 -0400
commitf3f447ac6f7c126c39098e6e7316663ee9eb92d9 (patch)
treed83210e923062e75f71bd594cca5e74dd5665ae2 /pkgs/applications/office
parent4278f778b4bbbfe7862a74ae021bc84a68388d2a (diff)
downloadnixlib-f3f447ac6f7c126c39098e6e7316663ee9eb92d9.tar
nixlib-f3f447ac6f7c126c39098e6e7316663ee9eb92d9.tar.gz
nixlib-f3f447ac6f7c126c39098e6e7316663ee9eb92d9.tar.bz2
nixlib-f3f447ac6f7c126c39098e6e7316663ee9eb92d9.tar.lz
nixlib-f3f447ac6f7c126c39098e6e7316663ee9eb92d9.tar.xz
nixlib-f3f447ac6f7c126c39098e6e7316663ee9eb92d9.tar.zst
nixlib-f3f447ac6f7c126c39098e6e7316663ee9eb92d9.zip
ledger3: Update
Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/ledger/3.0.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/office/ledger/3.0.nix b/pkgs/applications/office/ledger/3.0.nix
index d564f2f561e8..b51fd6fe41e2 100644
--- a/pkgs/applications/office/ledger/3.0.nix
+++ b/pkgs/applications/office/ledger/3.0.nix
@@ -1,15 +1,15 @@
 { stdenv, fetchgit, cmake, boost, gmp, mpfr, libedit, python, texinfo }:
 
 let
-  rev = "2c7ab8be";
+  rev = "26d7197";
 in
 stdenv.mkDerivation {
-  name = "ledger3-2013.04.${rev}";
+  name = "ledger3-2013.06.${rev}";
 
   src = fetchgit {
-    url = "git://github.com/jwiegley/ledger.git";
+    url = "https://github.com/ledger/ledger.git";
     inherit rev;
-    sha256 = "1ng5ymzqzbgdrn2ghhr7jvcjv5y7ikhyck5p1yv5j024s17xdyj5";
+    sha256 = "02nf4kdrd61q9rf5rrarwmx47y2ya5qix7n82cj9qi9p4v3k3m2g";
   };
 
   buildInputs = [ cmake boost gmp mpfr libedit python texinfo ];