picolisp: 18.12 -> 19.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/picolisp/versions
This commit is contained in:
parent
7803ff314c
commit
65a313538b
@ -3,10 +3,10 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "picoLisp-${version}";
|
name = "picoLisp-${version}";
|
||||||
version = "18.12";
|
version = "19.6";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.software-lab.de/${name}.tgz";
|
url = "https://www.software-lab.de/${name}.tgz";
|
||||||
sha256 = "0hvgq2vc03bki528jqn95xmvv7mw8xx832spfczhxc16wwbrnrhk";
|
sha256 = "1ixxl6m5glhwqa4q3fb90pciv7jhhvn9pkh316d4wcv0m13l04gq";
|
||||||
};
|
};
|
||||||
buildInputs = [makeWrapper openssl] ++ optional stdenv.is64bit jdk;
|
buildInputs = [makeWrapper openssl] ++ optional stdenv.is64bit jdk;
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user