llpp: update from 2015-06-06 to 2015-06-27
This commit is contained in:
parent
18308e6b56
commit
2cdbe82ada
@ -4,12 +4,12 @@
|
||||
let ocamlVersion = (builtins.parseDrvName (ocaml.name)).version;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "llpp-${version}";
|
||||
version = "21-git-2015-06-06";
|
||||
version = "21-git-2015-06-27";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://repo.or.cz/llpp.git";
|
||||
rev = "492d761c0c7c8c4ccdd4f0d3fa7c51434ce8acf2";
|
||||
sha256 = "14dp5sw7cd6bja9d3zpxmswbk0k0b7x2fzb1fflhnnnhjc39irk9";
|
||||
rev = "843c42ef41bb78a3b1ee995fc2bab91f8796e8ad";
|
||||
sha256 = "0h8wa7f5bj5sm3sr8namcyy81s4s80hyasimyfw935lqyw2q2k60";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig ninja makeWrapper ocaml findlib mupdf lablgl
|
||||
|
Loading…
Reference in New Issue
Block a user