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

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.multipart_form: 0.6.0 -> 0.7.0 (#433433)

authored by

Wolfgang Walther and committed by
GitHub
b2ba844c d4528697

+2 -2
+2 -2
pkgs/development/ocaml-modules/multipart_form/default.nix
··· 16 16 17 17 buildDunePackage rec { 18 18 pname = "multipart_form"; 19 - version = "0.6.0"; 19 + version = "0.7.0"; 20 20 21 21 src = fetchurl { 22 22 url = "https://github.com/dinosaure/multipart_form/releases/download/v${version}/multipart_form-${version}.tbz"; 23 - hash = "sha256-oOMpwyPP+q1BZ81a+HpooeaglUZgDxdz2MDNLygGIRY="; 23 + hash = "sha256-IqGGnDJtE0OKrtt+ah1Cy9zx4wavEl9eXXjZSh/M2JE="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [