abduco: 0.4 -> 0.5

This commit is contained in:
Pascal Wittmann 2016-01-17 14:06:15 +01:00
parent 8bc95895e1
commit 67a61addf4
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "abduco-0.4";
name = "abduco-0.5";
meta = {
homepage = http://brain-dump.org/projects/abduco;
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://www.brain-dump.org/projects/abduco/${name}.tar.gz";
sha256 = "1fxwg2s5w183p0rwzsxizy9jdnilv5qqs647l3wl3khny6fp58xx";
sha256 = "11phry5wnvwm9ckij5gxbrjfgdz3x38vpnm505q5ldc88im248mz";
};
configFile = optionalString (conf!=null) (writeText "config.def.h" conf);