mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 07:14:52 +00:00
ocamlPackages.hxd: 0.3.2 -> 0.3.3
This commit is contained in:
parent
d87246a418
commit
b7e40ecd64
@ -5,13 +5,13 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "hxd";
|
||||
version = "0.3.2";
|
||||
version = "0.3.3";
|
||||
|
||||
minimalOCamlVersion = "4.08";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/dinosaure/hxd/releases/download/v${version}/hxd-${version}.tbz";
|
||||
sha256 = "a00290abb8538e79b32ddc22ed9b301b9806bc4c03eb1e5105b14af47dabec9f";
|
||||
sha256 = "sha256-Tt4jUpal4qJZl3bIvOtIU8Fk735XNXCh7caKTAyQQz4=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = lib.optional withLwt lwt;
|
||||
|
Loading…
Reference in New Issue
Block a user