From ad9c008fd0d32d68b9fb7be05d2e566ccdf27b22 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 14 Feb 2023 13:11:24 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages.sha:=201.15.2=20=E2=86=92=201.15.?= =?UTF-8?q?4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/sha/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/ocaml-modules/sha/default.nix b/pkgs/development/ocaml-modules/sha/default.nix index 4d400d32844a..bdf3b16c4a91 100644 --- a/pkgs/development/ocaml-modules/sha/default.nix +++ b/pkgs/development/ocaml-modules/sha/default.nix @@ -2,12 +2,12 @@ buildDunePackage rec { pname = "sha"; - version = "1.15.2"; + version = "1.15.4"; duneVersion = "3"; src = fetchurl { - url = "https://github.com/djs55/ocaml-${pname}/releases/download/${version}/${pname}-${version}.tbz"; - hash = "sha256-P71Xs5p8QAaOtBrh7MuhQJOL6144BqTLvXlZOyGD/7c="; + url = "https://github.com/djs55/ocaml-${pname}/releases/download/v${version}/${pname}-${version}.tbz"; + hash = "sha256-beWxITmxmZzp30zHiloxiGwqVHydRIvyhT+LU7zx8bE="; }; propagatedBuildInputs = [