lol

ocamlPackages.unstrctrd: 0.3 → 0.4

authored by

Vincent Laporte and committed by
Vincent Laporte
68f07ded 087a12fa

+3 -5
+3 -5
pkgs/development/ocaml-modules/unstrctrd/default.nix
··· 14 14 15 15 buildDunePackage rec { 16 16 pname = "unstrctrd"; 17 - version = "0.3"; 17 + version = "0.4"; 18 18 19 19 src = fetchzip { 20 - url = "https://github.com/dinosaure/unstrctrd/releases/download/v${version}/unstrctrd-v${version}.tbz"; 21 - sha256 = "0mjm4v7kk75iwwsfnpmxc3bsl8aisz53y7z21sykdp60f4rxnah7"; 20 + url = "https://github.com/dinosaure/unstrctrd/releases/download/v${version}/unstrctrd-${version}.tbz"; 21 + hash = "sha256-CGcDqEr+VDTbDYkjxeYB6IFWiTkOTLJJl/Y2bHtv19g="; 22 22 }; 23 - 24 - duneVersion = "3"; 25 23 26 24 propagatedBuildInputs = [ 27 25 angstrom