lol

Update Query-FS (and CL-Fuse-Meta-FS)

+6 -6
+6 -6
pkgs/development/lisp-modules/lisp-packages.nix
··· 226 226 227 227 query-fs = buildLispPackage rec { 228 228 baseName = "query-fs"; 229 - version = "git-20141113"; 229 + version = "git-20150523"; 230 230 description = "High-level virtual FS using CL-Fuse-Meta-FS to represent results of queries"; 231 231 deps = [bordeaux-threads cl-fuse cl-fuse-meta-fs cl-ppcre command-line-arguments iterate trivial-backtrace]; 232 232 # Source type: git 233 233 src = pkgs.fetchgit { 234 234 url = ''https://github.com/fb08af68/query-fs''; 235 - sha256 = "4ed66f255e50d2c9ea9f0b3fbaa92bde9b8acf6a5fafb0d7f12b254be9de99e9"; 236 - rev = ''831f0180967f09b1dd345fef82144f48334279c3''; 235 + sha256 = "19h6hscza7p93bc7jvb6ya7ghg96dr1c1v4imlxpjqfdhhdpxsq6"; 236 + rev = ''0f28e3f31a4cd3636a8edb346230482e68af86c2''; 237 237 }; 238 238 overrides = x: { 239 239 linkedSystems = []; ··· 319 319 320 320 cl-fuse-meta-fs = buildLispPackage rec { 321 321 baseName = "cl-fuse-meta-fs"; 322 - version = "git-20141113"; 322 + version = "git-20150523"; 323 323 description = "CFFI bindings to FUSE (Filesystem in user space)"; 324 324 deps = [bordeaux-threads cl-fuse iterate pcall]; 325 325 # Source type: git 326 326 src = pkgs.fetchgit { 327 327 url = ''https://github.com/fb08af68/cl-fuse-meta-fs''; 328 - sha256 = "259303effea61baf293ffc5d080cb071ef15bed8fa1c76f0c1631f68d2aa3c85"; 329 - rev = ''d3d332471ce9330e3eaebf9d6cecdd2014c3599b''; 328 + sha256 = "0cpxwsc0ma1ypl54n3n37wbgdxhz5j67h28q6rhghjn96dgy4ac9"; 329 + rev = ''6ab92ebbb8e6f1f69d179214032915e3744d8c03''; 330 330 }; 331 331 }; 332 332