3
0
Fork 0
forked from mirrors/nixpkgs

lolcode: 0.10.5 -> 0.11.2

This commit is contained in:
Franz Pletz 2016-04-12 22:20:57 +02:00
parent 3822c56e1e
commit 43c663975c

View file

@ -4,11 +4,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "lolcode-${version}";
version = "0.10.5";
version = "0.11.2";
src = fetchurl {
url = "https://github.com/justinmeza/lci/archive/v${version}.tar.gz";
sha256 = "0g6k1jxnvgjxyidrvgk8pdb8y8mai456j9zpzmvhm6fr22c4skrc";
sha256 = "1li7ikcrs7wqah7gqkirg0k61n6pm12w7pydin966x1sdn9na46b";
};
buildInputs = [ pkgconfig doxygen cmake ];