Merge pull request #50104 from r-ryantm/auto-update/hiawatha

hiawatha: 10.8.1 -> 10.8.3
This commit is contained in:
Renaud 2018-11-14 15:15:09 +01:00 committed by GitHub
commit f0f0ec0734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];