lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

abduco: update from 0.3 to 0.4

+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.3"; 6 + name = "abduco-0.4"; 7 7 8 8 meta = { 9 9 homepage = http://brain-dump.org/projects/abduco; ··· 15 15 16 16 src = fetchurl { 17 17 url = "http://www.brain-dump.org/projects/abduco/${name}.tar.gz"; 18 - sha256 = "1m4hafwvpnzz53n15757zrsx3xqv51gpnf3mnxqkzyr5mswz0jwk"; 18 + sha256 = "1fxwg2s5w183p0rwzsxizy9jdnilv5qqs647l3wl3khny6fp58xx"; 19 19 }; 20 20 21 21 configFile = optionalString (conf!=null) (writeText "config.def.h" conf);