summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-27 15:13:06 +0200
committerGitHub <noreply@github.com>2022-03-27 15:13:06 +0200
commite1c0994d28c7bf1f2a17a8de9cb4a4a733caed3d (patch)
treec5a6a7d19a000951a1d95de2d0086627656aadab /pkgs/development/ocaml-modules
parent0a318e1e700c11feae5baca76de229673af0da5c (diff)
parentfbac0f4a6d367974be3a8ee015fd403a679a3402 (diff)
downloadnixpkgs-e1c0994d28c7bf1f2a17a8de9cb4a4a733caed3d.tar
nixpkgs-e1c0994d28c7bf1f2a17a8de9cb4a4a733caed3d.tar.gz
nixpkgs-e1c0994d28c7bf1f2a17a8de9cb4a4a733caed3d.tar.bz2
nixpkgs-e1c0994d28c7bf1f2a17a8de9cb4a4a733caed3d.tar.lz
nixpkgs-e1c0994d28c7bf1f2a17a8de9cb4a4a733caed3d.tar.xz
nixpkgs-e1c0994d28c7bf1f2a17a8de9cb4a4a733caed3d.tar.zst
nixpkgs-e1c0994d28c7bf1f2a17a8de9cb4a4a733caed3d.zip
Merge pull request #165059 from r-ryantm/auto-update/ocaml4.13.1-asn1-combinators
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/asn1-combinators/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/asn1-combinators/default.nix b/pkgs/development/ocaml-modules/asn1-combinators/default.nix
index 289f6a6cba4..3c8be666b66 100644
--- a/pkgs/development/ocaml-modules/asn1-combinators/default.nix
+++ b/pkgs/development/ocaml-modules/asn1-combinators/default.nix
@@ -6,13 +6,13 @@ buildDunePackage rec {
   minimumOCamlVersion = "4.05";
 
   pname = "asn1-combinators";
-  version = "0.2.5";
+  version = "0.2.6";
 
   useDune2 = true;
 
   src = fetchurl {
     url = "https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v${version}/asn1-combinators-v${version}.tbz";
-    sha256 = "1pbcdwm12hnfpd1jv2b7cjfkj5r7h61xp2gr8dysb8waa455kwln";
+    sha256 = "sha256-ASreDYhp72IQY3UsHPjqAm9rxwL+0Q35r1ZojikbGpE=";
   };
 
   propagatedBuildInputs = [ cstruct zarith bigarray-compat stdlib-shims ptime ];