lol

ocamlPackages.magic-mime: 1.2.0 → 1.3.1

authored by

Vincent Laporte and committed by
Vincent Laporte
2d5464bf f33dd27a

+3 -4
+3 -4
pkgs/development/ocaml-modules/magic-mime/default.nix
··· 2 2 3 3 buildDunePackage rec { 4 4 pname = "magic-mime"; 5 - version = "1.2.0"; 5 + version = "1.3.1"; 6 6 7 7 src = fetchurl { 8 - url = "https://github.com/mirage/ocaml-magic-mime/releases/download/v${version}/magic-mime-v${version}.tbz"; 9 - sha256 = "sha256-8SG2dQD43Zfi/J/V0BxzJeTIS8XAI3RCd5+9b6IGlPU="; 8 + url = "https://github.com/mirage/ocaml-magic-mime/releases/download/v${version}/magic-mime-${version}.tbz"; 9 + hash = "sha256-4CNNA2Jduh76xY5X44dnLXWl6aYh/0ms/g9gnADxOwg="; 10 10 }; 11 11 12 12 minimalOCamlVersion = "4.03"; 13 - useDune2 = true; 14 13 15 14 meta = with lib; { 16 15 description = "Convert file extensions to MIME types";