3
0
Fork 0
forked from mirrors/nixpkgs

ocp-indent: 1.6.0 -> 1.6.1

This commit is contained in:
Vincent Laporte 2017-12-11 13:38:07 +00:00
parent ec28cab25f
commit 594b7be89d
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

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 ];