forked from mirrors/nixpkgs
lolcode: 0.10.5 -> 0.11.2
This commit is contained in:
parent
3822c56e1e
commit
43c663975c
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue