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
This commit is contained in:
R. RyanTM 2018-11-09 18:14:05 -08:00
parent a054d74507
commit 79ea7e9ef9

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "hiawatha-${version}"; name = "hiawatha-${version}";
version = "10.8.1"; version = "10.8.3";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "hsleisink"; owner = "hsleisink";
repo = "hiawatha"; repo = "hiawatha";
rev = "v${version}"; rev = "v${version}";
sha256 = "1428byx0xpzzwyc0j157q70sjx18dykvg6fd5vp70kj85ank0xpa"; sha256 = "057kglz5grrxg5m2brr7mcncwd3idxzczq5vg8yd1iri2rq63hdc";
}; };
nativeBuildInputs = [ cmake ninja ]; nativeBuildInputs = [ cmake ninja ];