Merge pull request #32568 from vbgl/ocp-indent-1.6.1

ocp-indent: 1.6.0 -> 1.6.1
This commit is contained in:
Jörg Thalheim 2017-12-11 13:59:41 +00:00 committed by GitHub
commit 6eba11d106
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@ assert versionAtLeast (getVersion ocpBuild) "1.99.6-beta";
stdenv.mkDerivation rec {
name = "ocp-indent-${version}";
version = "1.6.0";
version = "1.6.1";
src = fetchzip {
url = "https://github.com/OCamlPro/ocp-indent/archive/${version}.tar.gz";
sha256 = "1h9y597s3ag8w1z32zzv4dfk3ppq557s55bnlfw5a5wqwvia911f";
sha256 = "0rcaa11mjqka032g94wgw9llqpflyk3ywr3lr6jyxbh1rjvnipnw";
};
nativeBuildInputs = [ ocpBuild opam ];