summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2018-09-12 11:47:19 +0300
committerMichael Raskin <7c6f434c@mail.ru>2018-09-12 11:52:43 +0300
commit5048b0d1f9e908665a01c35f49b2d9816128e089 (patch)
tree577fec864e12a94e48dfea05e0885ab7192f1713 /pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix
parentee6ecb0eafd65637140c898ae563a2d2c0f530d2 (diff)
downloadnixpkgs-5048b0d1f9e908665a01c35f49b2d9816128e089.tar
nixpkgs-5048b0d1f9e908665a01c35f49b2d9816128e089.tar.gz
nixpkgs-5048b0d1f9e908665a01c35f49b2d9816128e089.tar.bz2
nixpkgs-5048b0d1f9e908665a01c35f49b2d9816128e089.tar.lz
nixpkgs-5048b0d1f9e908665a01c35f49b2d9816128e089.tar.xz
nixpkgs-5048b0d1f9e908665a01c35f49b2d9816128e089.tar.zst
nixpkgs-5048b0d1f9e908665a01c35f49b2d9816128e089.zip
lispPackages.quicklisp: 2018-04-30 -> 2018-08-31 ; regenerate packages
Added a wrapper package that creates symlinks to OpenSSL libraries with
the actual versions, because we have 1.0.2 with .so-suffix .1.0.0 and
cl-async-ssl is unhappy because of that.

I continue to dislike cl-postgres and simple-date upstream packaging.
Diffstat (limited to 'pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix')
-rw-r--r--pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix
index 883e648a2f6..bb39c74c962 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix
@@ -1,15 +1,15 @@
 args @ { fetchurl, ... }:
 rec {
   baseName = ''stumpwm'';
-  version = ''20180430-git'';
+  version = ''20180831-git'';
 
   description = ''A tiling, keyboard driven window manager'';
 
   deps = [ args."alexandria" args."cl-ppcre" args."clx" ];
 
   src = fetchurl {
-    url = ''http://beta.quicklisp.org/archive/stumpwm/2018-04-30/stumpwm-20180430-git.tgz'';
-    sha256 = ''0ayw562iya02j8rzdnzpxn5yxwaapr2jqnm83m16h4595gv1jr6m'';
+    url = ''http://beta.quicklisp.org/archive/stumpwm/2018-08-31/stumpwm-20180831-git.tgz'';
+    sha256 = ''1zis6aqdr18vd78wl9jpv2fmbzn37zvhb6gj44dpfydl67hjc89w'';
   };
 
   packageName = "stumpwm";
@@ -18,10 +18,10 @@ rec {
   overrides = x: x;
 }
 /* (SYSTEM stumpwm DESCRIPTION A tiling, keyboard driven window manager SHA256
-    0ayw562iya02j8rzdnzpxn5yxwaapr2jqnm83m16h4595gv1jr6m URL
-    http://beta.quicklisp.org/archive/stumpwm/2018-04-30/stumpwm-20180430-git.tgz
-    MD5 40e1be3872e6a87a6f9e03f8ede5e48e NAME stumpwm FILENAME stumpwm DEPS
+    1zis6aqdr18vd78wl9jpv2fmbzn37zvhb6gj44dpfydl67hjc89w URL
+    http://beta.quicklisp.org/archive/stumpwm/2018-08-31/stumpwm-20180831-git.tgz
+    MD5 a523654c5f7ffdfe6c6c4f37e9499851 NAME stumpwm FILENAME stumpwm DEPS
     ((NAME alexandria FILENAME alexandria) (NAME cl-ppcre FILENAME cl-ppcre)
      (NAME clx FILENAME clx))
-    DEPENDENCIES (alexandria cl-ppcre clx) VERSION 20180430-git SIBLINGS NIL
-    PARASITES NIL) */
+    DEPENDENCIES (alexandria cl-ppcre clx) VERSION 20180831-git SIBLINGS
+    (stumpwm-tests) PARASITES NIL) */