lol

lispPackages.quicklisp: switch to fetchFromGitHub

+5 -4
+5 -4
pkgs/development/lisp-modules/lisp-packages.nix
··· 14 14 15 15 description = "The Common Lisp package manager"; 16 16 deps = []; 17 - src = pkgs.fetchgit { 18 - url = "https://github.com/quicklisp/quicklisp-client/"; 19 - rev = "refs/tags/version-${version}"; 20 - sha256 = "sha256:102f1chpx12h5dcf659a9kzifgfjc482ylf73fg1cs3w34zdawnl"; 17 + src = pkgs.fetchFromGitHub { 18 + owner = "quicklisp"; 19 + repo = "quicklisp-client"; 20 + rev = "version-${version}"; 21 + sha256 = "sha256-1HLVPhl8aBaeG8dRLxBh0j0X/0wqFeNYK1CEfiELToA="; 21 22 }; 22 23 overrides = x: rec { 23 24 inherit clwrapper;