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