about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-21 05:12:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-21 05:12:43 +0000
commitfbac0f4a6d367974be3a8ee015fd403a679a3402 (patch)
tree46eb1e99685b5fa286da7de12e40ed739c0f5663 /pkgs/development/ocaml-modules
parent6a300e5a27c4cf57b4e322fa6bf7dbf885f52632 (diff)
downloadnixlib-fbac0f4a6d367974be3a8ee015fd403a679a3402.tar
nixlib-fbac0f4a6d367974be3a8ee015fd403a679a3402.tar.gz
nixlib-fbac0f4a6d367974be3a8ee015fd403a679a3402.tar.bz2
nixlib-fbac0f4a6d367974be3a8ee015fd403a679a3402.tar.lz
nixlib-fbac0f4a6d367974be3a8ee015fd403a679a3402.tar.xz
nixlib-fbac0f4a6d367974be3a8ee015fd403a679a3402.tar.zst
nixlib-fbac0f4a6d367974be3a8ee015fd403a679a3402.zip
ocamlPackages.asn1-combinators: 0.2.5 -> 0.2.6
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 289f6a6cba4b..3c8be666b66a 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 ];