1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

update cl-launch

This commit is contained in:
Michael Raskin 2015-03-08 21:56:13 +03:00
parent 1fdc855b2f
commit db0f66a188

View file

@ -3,11 +3,11 @@ let
s = # Generated upstream information
rec {
baseName="cl-launch";
version="4.1";
version="4.1.1";
name="${baseName}-${version}";
hash="0fmxa8013sgxmbfmh1wqffywg72zynzlw5yyrdvy9qpx1my36pwb";
url="http://common-lisp.net/project/xcvb/cl-launch/cl-launch-4.1.tar.gz";
sha256="0fmxa8013sgxmbfmh1wqffywg72zynzlw5yyrdvy9qpx1my36pwb";
hash="1nimbv1ms7fcikx8y6dxrzdm63psf4882z5kjr6qdyarqz6gaq20";
url="http://common-lisp.net/project/xcvb/cl-launch/cl-launch-4.1.1.tar.gz";
sha256="1nimbv1ms7fcikx8y6dxrzdm63psf4882z5kjr6qdyarqz6gaq20";
};
buildInputs = [
];