ocamlPackages.mirage-mtime: 5.0.0 -> 5.2.0 (#436474)

authored by Wolfgang Walther and committed by GitHub 7d5533eb d7aae1b4

+2 -2
+2 -2
pkgs/development/ocaml-modules/mirage-mtime/default.nix
··· 3 fetchurl, 4 buildDunePackage, 5 mtime, 6 - version ? "5.0.0", 7 }: 8 9 buildDunePackage { ··· 13 14 src = fetchurl { 15 url = "https://github.com/mirage/mirage-mtime/releases/download/v${version}/mirage-mtime-${version}.tbz"; 16 - hash = "sha256-IwdaAyZyj8gfRPxQP9SOwb28AbtVy9PY7qcr0Pns9GU="; 17 }; 18 19 propagatedBuildInputs = [
··· 3 fetchurl, 4 buildDunePackage, 5 mtime, 6 + version ? "5.2.0", 7 }: 8 9 buildDunePackage { ··· 13 14 src = fetchurl { 15 url = "https://github.com/mirage/mirage-mtime/releases/download/v${version}/mirage-mtime-${version}.tbz"; 16 + hash = "sha256-kaBDUqQF1SFecku85iRnX9ji18TjbTIlz4BlRuRAib8="; 17 }; 18 19 propagatedBuildInputs = [