japser: 2.0.14 -> 2.0.16

This commit is contained in:
Pascal Wittmann 2019-03-15 11:57:32 +01:00
parent c0f08b80a2
commit 96e93d6fa0
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "jasper-${version}";
version = "2.0.14";
version = "2.0.16";
src = fetchFromGitHub {
repo = "jasper";
owner = "mdadams";
rev = "version-${version}";
sha256 = "0aarg8nbik9wrm7fx0451sbm5ypfdfr6i169pxzi354mpdp8gg7f";
sha256 = "05l75yd1zsxwv25ykwwwjs8961szv7iywf16nc6vc6qpby27ckv6";
};
patches = [