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

owl-lisp: 0.2 -> 0.2.1

authored by Stanisław Pitucha and committed by GitHub 24b16032 c3558963

+2 -2
+2 -2
pkgs/development/compilers/owl-lisp/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "owl-lisp"; 5 - version = "0.2"; 5 + version = "0.2.1"; 6 6 7 7 src = fetchFromGitLab { 8 8 owner = "owl-lisp"; 9 9 repo = "owl"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-G12yZxlq6Hss5j4Seq1hcPQWXMIeL2Z8VkBdmIGESX8="; 11 + sha256 = "sha256-TQOj3DYmzFT4ClZ/sBAOs5XJWRgGTaVQjH+8JotSb1A="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ which ];