Skip to content

Commit

Permalink
Merge pull request #49211 from r-ryantm/auto-update/ocaml4.06.1-rresult
Browse files Browse the repository at this point in the history
ocamlPackages.rresult: 0.5.0 -> 0.6.0
  • Loading branch information
Mic92 committed Nov 9, 2018
2 parents bb65d42 + 9c2b2db commit 3b27af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/rresult/default.nix
Expand Up @@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-rresult-${version}";
version = "0.5.0";
version = "0.6.0";
src = fetchurl {
url = "http://erratique.ch/software/rresult/releases/rresult-${version}.tbz";
sha256 = "1xxycxhdhaq8p9vhwi93s2mlxjwgm44fcxybx5vghzgbankz9yhm";
sha256 = "1k69a3gvrk7f2cshwjzvk7818f0bwxhacgd14wxy6d4gmrggci86";
};

unpackCmd = "tar xjf $src";
Expand Down

0 comments on commit 3b27af3

Please sign in to comment.