From acae9f16a9ca0f2041ebd438359a46c1c3dc05b1 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 2 Dec 2020 15:42:46 +0100 Subject: [PATCH] Revert "ocamlPackages.stdlib-shims: 0.1.0 -> 0.2.0" This reverts commit 0c5e9403298adcb68877c6e46e72882eb243313f. --- pkgs/development/ocaml-modules/stdlib-shims/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/stdlib-shims/default.nix b/pkgs/development/ocaml-modules/stdlib-shims/default.nix index 4079cb625d1..d76ec29e63a 100644 --- a/pkgs/development/ocaml-modules/stdlib-shims/default.nix +++ b/pkgs/development/ocaml-modules/stdlib-shims/default.nix @@ -2,10 +2,10 @@ buildDunePackage rec { pname = "stdlib-shims"; - version = "0.2.0"; + version = "0.1.0"; src = fetchurl { url = "https://github.com/ocaml/${pname}/releases/download/${version}/${pname}-${version}.tbz"; - sha256 = "0nb5flrczpqla1jy2pcsxm06w4jhc7lgbpik11amwhfzdriz0n9c"; + sha256 = "1jv6yb47f66239m7hsz7zzw3i48mjpbvfgpszws48apqx63wjwsk"; }; minimumOCamlVersion = "4.02"; doCheck = true;