summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-14 00:12:44 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-14 00:12:44 -0700
commit79d39de93a1d2420cf9cd8cec933a7f4fdcc6320 (patch)
tree2161fef7ea3a23781ebe10f14ec9254890c08e44 /pkgs/development/ocaml-modules
parenta2981671523416ad5c9a49de8c16ac8fccb2306b (diff)
downloadnixlib-79d39de93a1d2420cf9cd8cec933a7f4fdcc6320.tar
nixlib-79d39de93a1d2420cf9cd8cec933a7f4fdcc6320.tar.gz
nixlib-79d39de93a1d2420cf9cd8cec933a7f4fdcc6320.tar.bz2
nixlib-79d39de93a1d2420cf9cd8cec933a7f4fdcc6320.tar.lz
nixlib-79d39de93a1d2420cf9cd8cec933a7f4fdcc6320.tar.xz
nixlib-79d39de93a1d2420cf9cd8cec933a7f4fdcc6320.tar.zst
nixlib-79d39de93a1d2420cf9cd8cec933a7f4fdcc6320.zip
ocamlPackages.ocurl: 0.8.0 -> 0.8.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ocurl/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 0.8.1 with grep in /nix/store/g76kv7vaw650ibv0rv7544biwpzrdisw-ocurl-0.8.1
- directory tree listing: https://gist.github.com/3093abaf0dd2e39a2eb0d107f14fe8db
- du listing: https://gist.github.com/6e66e0fd5554664ca460eaa3e19a44aa
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/ocurl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ocurl/default.nix b/pkgs/development/ocaml-modules/ocurl/default.nix
index 73ffd7f41ea9..4b6bea31b40c 100644
--- a/pkgs/development/ocaml-modules/ocurl/default.nix
+++ b/pkgs/development/ocaml-modules/ocurl/default.nix
@@ -1,10 +1,10 @@
 { stdenv, pkgconfig, ocaml, findlib, fetchurl, curl, ncurses }:
 
 stdenv.mkDerivation rec {
-  name = "ocurl-0.8.0";
+  name = "ocurl-0.8.1";
   src = fetchurl {
     url = "http://ygrek.org.ua/p/release/ocurl/${name}.tar.gz";
-    sha256 = "0292knvm9g038br0dc03lcsnbjqycyiqha256dp4bxkz3vmmz4wr";
+    sha256 = "08ldzbx1k3mbjc01fmzsn86ll4paf331bcjss6iig6y6hgc9q3ry";
   };
 
   buildInputs = [ pkgconfig ocaml findlib ncurses ];