summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2015-04-04 23:54:20 +0300
committerMichael Raskin <7c6f434c@mail.ru>2015-04-05 20:27:25 +0300
commit25317cf30c3be2d57fcc1e606a12567be0df6e94 (patch)
treef6bbd81c63b89539d7a426da10b7acc079d63972 /pkgs/development/tools
parent93bf2f8ba941dfceaa8cffa99853c37f72f66307 (diff)
downloadnixpkgs-25317cf30c3be2d57fcc1e606a12567be0df6e94.tar
nixpkgs-25317cf30c3be2d57fcc1e606a12567be0df6e94.tar.gz
nixpkgs-25317cf30c3be2d57fcc1e606a12567be0df6e94.tar.bz2
nixpkgs-25317cf30c3be2d57fcc1e606a12567be0df6e94.tar.lz
nixpkgs-25317cf30c3be2d57fcc1e606a12567be0df6e94.tar.xz
nixpkgs-25317cf30c3be2d57fcc1e606a12567be0df6e94.tar.zst
nixpkgs-25317cf30c3be2d57fcc1e606a12567be0df6e94.zip
Update cl-launch
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/misc/cl-launch/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/tools/misc/cl-launch/default.nix b/pkgs/development/tools/misc/cl-launch/default.nix
index ffa56aaa9a0..a6ea7ed766e 100644
--- a/pkgs/development/tools/misc/cl-launch/default.nix
+++ b/pkgs/development/tools/misc/cl-launch/default.nix
@@ -3,11 +3,11 @@ let
   s = # Generated upstream information
   rec {
     baseName="cl-launch";
-    version="4.1.1";
+    version="4.1.2";
     name="${baseName}-${version}";
-    hash="1nimbv1ms7fcikx8y6dxrzdm63psf4882z5kjr6qdyarqz6gaq20";
-    url="http://common-lisp.net/project/xcvb/cl-launch/cl-launch-4.1.1.tar.gz";
-    sha256="1nimbv1ms7fcikx8y6dxrzdm63psf4882z5kjr6qdyarqz6gaq20";
+    hash="13fgcvg71s1yp3r7jf1cs3kkpfw0pwykgmj7zryh24mw2269rx90";
+    url="http://common-lisp.net/project/xcvb/cl-launch/cl-launch-4.1.2.tar.gz";
+    sha256="13fgcvg71s1yp3r7jf1cs3kkpfw0pwykgmj7zryh24mw2269rx90";
   };
   buildInputs = [
   ];