lol

ocamlPackages.bigstringaf: use Dune 3

+2 -1
+2 -1
pkgs/development/ocaml-modules/bigstringaf/default.nix
··· 5 5 version = "0.9.0"; 6 6 7 7 minimalOCamlVersion = "4.08"; 8 + duneVersion = "3"; 8 9 9 10 src = fetchFromGitHub { 10 11 owner = "inhabitedtype"; 11 12 repo = pname; 12 13 rev = version; 13 - sha256 = "sha256-HXPjnE56auy2MI6HV2XuBX/VeqsO50HFzTul17lKEqE="; 14 + hash = "sha256-HXPjnE56auy2MI6HV2XuBX/VeqsO50HFzTul17lKEqE="; 14 15 }; 15 16 16 17 nativeBuildInputs = [ pkg-config ];