ocamlPackages.brr: 0.0.7 -> 0.0.8

This commit is contained in:
R. Ryantm 2025-07-29 00:37:54 +00:00
parent 732a532b9c
commit 2fdbb72b8a

View File

@ -12,10 +12,10 @@
stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-brr";
version = "0.0.7";
version = "0.0.8";
src = fetchurl {
url = "https://erratique.ch/software/brr/releases/brr-${version}.tbz";
hash = "sha256-rcWuW6avI/RJZNAlxKOsPSEtDQZ1hb51oKpSk3iG7oY=";
hash = "sha256-g4ROHy9rHlaEFi5+euyRuEKK5HwKJWPmFkdvFhdIYgg=";
};
buildInputs = [
ocaml