mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
quicklisp: update distinfo 2019-12-27 -> 2020-10-16
This commit is contained in:
parent
3d4e133e77
commit
2c9c237873
@ -24,8 +24,8 @@ let lispPackages = rec {
|
||||
quicklispdist = pkgs.fetchurl {
|
||||
# Will usually be replaced with a fresh version anyway, but needs to be
|
||||
# a valid distinfo.txt
|
||||
url = "https://beta.quicklisp.org/dist/quicklisp/2019-12-27/distinfo.txt";
|
||||
sha256 = "0fz0k7ydmddxvxyid0nkifap21n6bxap602qhqsac2dxglv3i4cs";
|
||||
url = "https://beta.quicklisp.org/dist/quicklisp/2020-10-16/distinfo.txt";
|
||||
sha256 = "sha256:090xjcnyqcv8az9n1a7m0f6vzz2nwcncy95ha7ixb7fnd2rj1n65";
|
||||
};
|
||||
buildPhase = '' true; '';
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user