quick-lisp-to-nix: change template to use more double-quotes
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''md5'';
|
||||
version = ''20180228-git'';
|
||||
baseName = "md5";
|
||||
version = "20180228-git";
|
||||
|
||||
description = ''The MD5 Message-Digest Algorithm RFC 1321'';
|
||||
description = "The MD5 Message-Digest Algorithm RFC 1321";
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/md5/2018-02-28/md5-20180228-git.tgz'';
|
||||
sha256 = ''1261ix6bmkjyx8bkpj6ksa0kgyrhngm31as77dyy3vfg6dvrsnd4'';
|
||||
url = "http://beta.quicklisp.org/archive/md5/2018-02-28/md5-20180228-git.tgz";
|
||||
sha256 = "1261ix6bmkjyx8bkpj6ksa0kgyrhngm31as77dyy3vfg6dvrsnd4";
|
||||
};
|
||||
|
||||
packageName = "md5";
|
||||
|
||||
Reference in New Issue
Block a user