summary refs log tree commit diff
path: root/pkgs/tools/misc/abduco
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2014-11-15 16:21:36 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2014-11-15 16:21:56 +0100
commit58ad907b4910eab3dd44077013df1aa96ade7cfa (patch)
tree6b5ac361fc582a03ebd499eafdabe47bd6adfe4f /pkgs/tools/misc/abduco
parentdd37edd2d8715d5bc664a4181590ca983df56a9b (diff)
downloadnixlib-58ad907b4910eab3dd44077013df1aa96ade7cfa.tar
nixlib-58ad907b4910eab3dd44077013df1aa96ade7cfa.tar.gz
nixlib-58ad907b4910eab3dd44077013df1aa96ade7cfa.tar.bz2
nixlib-58ad907b4910eab3dd44077013df1aa96ade7cfa.tar.lz
nixlib-58ad907b4910eab3dd44077013df1aa96ade7cfa.tar.xz
nixlib-58ad907b4910eab3dd44077013df1aa96ade7cfa.tar.zst
nixlib-58ad907b4910eab3dd44077013df1aa96ade7cfa.zip
abduco: update from 0.1 to 0.2
Diffstat (limited to 'pkgs/tools/misc/abduco')
-rw-r--r--pkgs/tools/misc/abduco/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/abduco/default.nix b/pkgs/tools/misc/abduco/default.nix
index a3f5c4a1d61e..e5db7f26ef6f 100644
--- a/pkgs/tools/misc/abduco/default.nix
+++ b/pkgs/tools/misc/abduco/default.nix
@@ -3,7 +3,7 @@
 with stdenv.lib;
 
 stdenv.mkDerivation rec {
-    name = "abduco-0.1";
+    name = "abduco-0.2";
 
     meta = {
         homepage = http://brain-dump.org/projects/abduco;
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
 
     src = fetchurl {
         url = "http://www.brain-dump.org/projects/abduco/${name}.tar.gz";
-        sha256 = "b4ef297cb7cc81170dc7edf75385cb1c55e024a52f90c1dd0bc0e9862e6f39b5";
+        sha256 = "04hrlxb02h2j8vxjnj263slyzxgkf7sncxfm0iwds5097f85mdy8";
     };
 
     configFile = optionalString (conf!=null) (writeText "config.def.h" conf);