From 9c8a7b7c773e5886b3c7ac36dd5c9e21989eb29e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 21 Mar 2022 09:09:42 +0000 Subject: [PATCH] ocamlPackages.bigarray-compat: 1.0.0 -> 1.1.0 --- pkgs/development/ocaml-modules/bigarray-compat/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/bigarray-compat/default.nix b/pkgs/development/ocaml-modules/bigarray-compat/default.nix index fd690cfdd5b..be343c44417 100644 --- a/pkgs/development/ocaml-modules/bigarray-compat/default.nix +++ b/pkgs/development/ocaml-modules/bigarray-compat/default.nix @@ -2,7 +2,7 @@ buildDunePackage rec { pname = "bigarray-compat"; - version = "1.0.0"; + version = "1.1.0"; useDune2 = true; @@ -12,7 +12,7 @@ buildDunePackage rec { owner = "mirage"; repo = pname; rev = "v${version}"; - sha256 = "06j1dwlpisxshdd0nab4n4x266gg1s1n8na16lpgw3fvcznwnimz"; + sha256 = "sha256-2JVopggK2JuXWEPu8qn12F1jQIJ9OV89XY1rHtUqLkI="; }; meta = {