summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/expat
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-03-30 21:53:20 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-03-30 21:53:20 -0700
commita1632f94f04fae687bd6dea2b9a83c3e033cdb4a (patch)
treeccb137af2a5300de44a688696559516fe704f07a /pkgs/development/ocaml-modules/expat
parenta7af5d4f88f9e30bc9b401a84b7cb3cf036fccbb (diff)
downloadnixlib-a1632f94f04fae687bd6dea2b9a83c3e033cdb4a.tar
nixlib-a1632f94f04fae687bd6dea2b9a83c3e033cdb4a.tar.gz
nixlib-a1632f94f04fae687bd6dea2b9a83c3e033cdb4a.tar.bz2
nixlib-a1632f94f04fae687bd6dea2b9a83c3e033cdb4a.tar.lz
nixlib-a1632f94f04fae687bd6dea2b9a83c3e033cdb4a.tar.xz
nixlib-a1632f94f04fae687bd6dea2b9a83c3e033cdb4a.tar.zst
nixlib-a1632f94f04fae687bd6dea2b9a83c3e033cdb4a.zip
ocamlPackages.ocaml_expat: 1.0.0 -> 1.1.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ocaml4.05.0-expat/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.1.0 with grep in /nix/store/h5vpz6lcpakpprcah598pq14m0bj0rkk-ocaml4.05.0-expat-1.1.0
- directory tree listing: https://gist.github.com/3f0b6925ca3a2bb122939a3f22a13b5c
Diffstat (limited to 'pkgs/development/ocaml-modules/expat')
-rw-r--r--pkgs/development/ocaml-modules/expat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/expat/default.nix b/pkgs/development/ocaml-modules/expat/default.nix
index 575ca45624f3..6058c87e7bd5 100644
--- a/pkgs/development/ocaml-modules/expat/default.nix
+++ b/pkgs/development/ocaml-modules/expat/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
 	name = "ocaml${ocaml.version}-expat-${version}";
-	version = "1.0.0";
+	version = "1.1.0";
 
 	src = fetchFromGitHub {
 		owner = "whitequark";
 		repo = "ocaml-expat";
 		rev = "v${version}";
-		sha256 = "0rb47v08ra2hhh73p3d8sl4sizqwiwc37gnkl22b23sbwbjrpbz0";
+		sha256 = "07wm9663z744ya6z2lhiz5hbmc76kkipg04j9vw9dqpd1y1f2x3q";
 	};
 
 	prePatch = ''