Skip to content

Commit

Permalink
ocamlPackages.brr: 0.0.6 → 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Sep 20, 2024
1 parent 685d691 commit 52cbc8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/brr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-brr";
version = "0.0.6";
version = "0.0.7";
src = fetchurl {
url = "https://erratique.ch/software/brr/releases/brr-${version}.tbz";
hash = "sha256-paYZlzujXsG1S+s/4/kAPBlDuV1Ljorw7okAu4qaAV0=";
hash = "sha256-rcWuW6avI/RJZNAlxKOsPSEtDQZ1hb51oKpSk3iG7oY=";
};
buildInputs = [ ocaml findlib ocamlbuild topkg ];
propagatedBuildInputs = [ js_of_ocaml-compiler js_of_ocaml-toplevel ];
Expand Down

0 comments on commit 52cbc8d

Please sign in to comment.