Merge pull request #41663 from r-ryantm/auto-update/owl-lisp

owl-lisp: 0.1.15 -> 0.1.16
This commit is contained in:
Jörg Thalheim 2018-06-08 14:43:57 +01:00 committed by GitHub
commit 7556fc9a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "owl-lisp-${version}"; name = "owl-lisp-${version}";
version = "0.1.15"; version = "0.1.16";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aoh"; owner = "aoh";
repo = "owl-lisp"; repo = "owl-lisp";
rev = "v${version}"; rev = "v${version}";
sha256 = "0pczmra2x6icyz6b6g66pp5ij83cq4wszg0ssw8qm7a5314kxkq4"; sha256 = "1qp6p48bmlyn83rqi6k3d098dg4cribavg5rd4x17z37i181vxvj";
}; };
nativeBuildInputs = [ which ]; nativeBuildInputs = [ which ];