lol
0
fork

Configure Feed

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

clips: 6.31 -> 6.40

+2 -2
+2 -2
pkgs/development/interpreters/clips/default.nix
··· 1 1 { lib, stdenv, fetchurl }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "6.31"; 4 + version = "6.40"; 5 5 pname = "clips"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://sourceforge/clipsrules/CLIPS/${version}/clips_core_source_${ 9 9 builtins.replaceStrings [ "." ] [ "" ] version 10 10 }.tar.gz"; 11 - sha256 = "165k0z7dsv04q432sanmw0jxmxwf56cnhsdfw5ffjqxd3lzkjnv6"; 11 + sha256 = "1pr5l61zxf6kjs8b2b028g2aq45pigavwjmrf4l5mrdmlnk3fq5d"; 12 12 }; 13 13 14 14 postPatch = ''