lispPackages.clx: git-20150117 -> git-20170201
This commit is contained in:
parent
67ef18d01a
commit
64666a402f
@ -19,14 +19,14 @@ let lispPackages = rec {
|
|||||||
|
|
||||||
clx = buildLispPackage rec {
|
clx = buildLispPackage rec {
|
||||||
baseName = "clx";
|
baseName = "clx";
|
||||||
version = "git-20150117";
|
version = "git-20170201";
|
||||||
description = "An implementation of the X Window System protocol in Lisp";
|
description = "An implementation of the X Window System protocol in Lisp";
|
||||||
deps = [];
|
deps = [];
|
||||||
# Source type: git
|
# Source type: git
|
||||||
src = pkgs.fetchgit {
|
src = pkgs.fetchgit {
|
||||||
url = ''https://github.com/sharplispers/clx'';
|
url = ''https://github.com/sharplispers/clx'';
|
||||||
sha256 = "ada6cf450c22d1ed297e5575f832bee8e4b61d602ffa9a145ae2fab7cd80f3b6";
|
sha256 = "08jw4d2sx49kq1xw44s3fvyq94wm1if4v1jbf1137fvlkzw1pf5m";
|
||||||
rev = ''0a3bea0fab66058e9394973e23954c43083d96e2'';
|
rev = ''c6d2446a10abd9eade2c52342b9662c9dd8579dc'';
|
||||||
name = "clx-git-checkout-${version}";
|
name = "clx-git-checkout-${version}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user