lol

abduco: update from 0.1 to 0.2

+2 -2
+2 -2
pkgs/tools/misc/abduco/default.nix
··· 3 3 with stdenv.lib; 4 4 5 5 stdenv.mkDerivation rec { 6 - name = "abduco-0.1"; 6 + name = "abduco-0.2"; 7 7 8 8 meta = { 9 9 homepage = http://brain-dump.org/projects/abduco; ··· 14 14 15 15 src = fetchurl { 16 16 url = "http://www.brain-dump.org/projects/abduco/${name}.tar.gz"; 17 - sha256 = "b4ef297cb7cc81170dc7edf75385cb1c55e024a52f90c1dd0bc0e9862e6f39b5"; 17 + sha256 = "04hrlxb02h2j8vxjnj263slyzxgkf7sncxfm0iwds5097f85mdy8"; 18 18 }; 19 19 20 20 configFile = optionalString (conf!=null) (writeText "config.def.h" conf);