quicklisp: 2017-03-06 -> 2019-02-16
This commit is contained in:
parent
c5f663ff30
commit
46c80bfee6
@ -8,7 +8,7 @@ let lispPackages = rec {
|
|||||||
|
|
||||||
quicklisp = buildLispPackage rec {
|
quicklisp = buildLispPackage rec {
|
||||||
baseName = "quicklisp";
|
baseName = "quicklisp";
|
||||||
version = "2017-03-06";
|
version = "2019-02-16";
|
||||||
|
|
||||||
buildSystems = [];
|
buildSystems = [];
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ let lispPackages = rec {
|
|||||||
src = pkgs.fetchgit {
|
src = pkgs.fetchgit {
|
||||||
url = "https://github.com/quicklisp/quicklisp-client/";
|
url = "https://github.com/quicklisp/quicklisp-client/";
|
||||||
rev = "refs/tags/version-${version}";
|
rev = "refs/tags/version-${version}";
|
||||||
sha256 = "11ywk7ggc1axivpbqvrd7m1lxsj4yp38d1h9w1d8i9qnn7zjpqj4";
|
sha256 = "0x9b4vf36n2hh102gqgjxg5f5ymxcr9j5khn4rskjdprfgd8d1y9";
|
||||||
};
|
};
|
||||||
overrides = x: rec {
|
overrides = x: rec {
|
||||||
inherit clwrapper;
|
inherit clwrapper;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user