Skip to content

Commit

Permalink
Merge pull request #165097 from r-ryantm/auto-update/ocaml4.13.1-rresult
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jan 21, 2023
2 parents c4203e6 + 7327f38 commit 84bd062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/rresult/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-rresult";
version = "0.6.0";
version = "0.7.0";
src = fetchurl {
url = "https://erratique.ch/software/rresult/releases/rresult-${version}.tbz";
sha256 = "1k69a3gvrk7f2cshwjzvk7818f0bwxhacgd14wxy6d4gmrggci86";
sha256 = "sha256-Eap/W4NGDmBDHjFU4+MsBx1G4VHqV2DPJDd4Bb+XVUA=";
};

nativeBuildInputs = [ ocaml findlib ocamlbuild topkg ];
Expand Down

0 comments on commit 84bd062

Please sign in to comment.