lol

ocamlPackages.otoml: 1.0.2 -> 1.0.4

Diff: https://github.com/dmbaturin/otoml/compare/1.0.2...1.0.4

Changelog: https://github.com/dmbaturin/otoml/raw/1.0.4/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/ocaml-modules/otoml/default.nix
··· 8 8 9 9 buildDunePackage rec { 10 10 pname = "otoml"; 11 - version = "1.0.2"; 11 + version = "1.0.4"; 12 12 13 13 minimalOCamlVersion = "4.08"; 14 14 ··· 16 16 owner = "dmbaturin"; 17 17 repo = pname; 18 18 rev = version; 19 - sha256 = "sha256-Xd3fHBN1f+tvgRFCxD/Gz8/lIvezknz7Zy3EtdqoTEM="; 19 + sha256 = "sha256-3bgeiwa0elisxZaWpwLqoKmeyTBKMW1IWdm6YdSIhSw="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ menhir ];