owl-lisp: 0.1.19 -> 0.1.23

This commit is contained in:
R. RyanTM 2020-11-04 01:17:12 +00:00 committed by Peter Hoeg
parent 79af4e8c91
commit 39ed1364d4

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "owl-lisp"; pname = "owl-lisp";
version = "0.1.19"; version = "0.1.23";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "owl-lisp"; owner = "owl-lisp";
repo = "owl"; repo = "owl";
rev = "v${version}"; rev = "v${version}";
sha256 = "1bgjd2gkr5risfcc401rlr5fc82gwm4r2gpp9gzkg9h64acivkjx"; sha256 = "1indcbicqcdlk9sinkdyhk50fi1b4cb7yrr14vr874gjzmwr2l3i";
}; };
nativeBuildInputs = [ which ]; nativeBuildInputs = [ which ];