Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

hiawatha: 10.8.1 -> 10.8.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hiawatha/versions

+2 -2
+2 -2
pkgs/servers/http/hiawatha/default.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 name = "hiawatha-${version}"; 20 - version = "10.8.1"; 20 + version = "10.8.3"; 21 21 22 22 src = fetchFromGitLab { 23 23 owner = "hsleisink"; 24 24 repo = "hiawatha"; 25 25 rev = "v${version}"; 26 - sha256 = "1428byx0xpzzwyc0j157q70sjx18dykvg6fd5vp70kj85ank0xpa"; 26 + sha256 = "057kglz5grrxg5m2brr7mcncwd3idxzczq5vg8yd1iri2rq63hdc"; 27 27 }; 28 28 29 29 nativeBuildInputs = [ cmake ninja ];