nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

ocamlPackages.tcpip: 9.0.0 -> 9.0.1 (#398954)

authored by

Weijia Wang and committed by
GitHub
67300d3f efc308be

+2 -2
+2 -2
pkgs/development/ocaml-modules/tcpip/default.nix
··· 32 32 33 33 buildDunePackage rec { 34 34 pname = "tcpip"; 35 - version = "9.0.0"; 35 + version = "9.0.1"; 36 36 37 37 src = fetchurl { 38 38 url = "https://github.com/mirage/mirage-${pname}/releases/download/v${version}/${pname}-${version}.tbz"; 39 - hash = "sha256-WTd+01kIDY2pSuyRR0pTO62VXBK+eYJ77IU8y0ltZZo="; 39 + hash = "sha256-+sB86YaBHPXj1xNz2StjHMMPvvVI1tohsJFyEtz5CwM="; 40 40 }; 41 41 42 42 nativeBuildInputs = [