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

owl-lisp: 0.2 -> 0.2.1
This commit is contained in:
Stanisław Pitucha 2023-01-15 15:10:26 +11:00 committed by GitHub
commit 24b160324c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "owl-lisp";
version = "0.2";
version = "0.2.1";
src = fetchFromGitLab {
owner = "owl-lisp";
repo = "owl";
rev = "v${version}";
sha256 = "sha256-G12yZxlq6Hss5j4Seq1hcPQWXMIeL2Z8VkBdmIGESX8=";
sha256 = "sha256-TQOj3DYmzFT4ClZ/sBAOs5XJWRgGTaVQjH+8JotSb1A=";
};
nativeBuildInputs = [ which ];