summaryrefslogtreecommitdiffstats
path: root/pkgs/development/lua-modules
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2020-01-24 17:47:09 +0100
committerMatthieu Coudron <mattator@gmail.com>2020-01-24 21:23:08 +0100
commit5365e3650da6127118bf26febd23dd71ca72d9e9 (patch)
treea1f05e046b5bf448f754622ef8c2c339f8bf0ea3 /pkgs/development/lua-modules
parent05626cc86b8a8bbadae7753d2e33661400ff67de (diff)
luaPackages.digestif: scm1 -> 0.2-1
Now it's a released package so no need to specify the manifest anymore.
Diffstat (limited to 'pkgs/development/lua-modules')
-rw-r--r--pkgs/development/lua-modules/generated-packages.nix22
1 files changed, 6 insertions, 16 deletions
diff --git a/pkgs/development/lua-modules/generated-packages.nix b/pkgs/development/lua-modules/generated-packages.nix
index 4cff22a8d41c..2a70baf8d3ce 100644
--- a/pkgs/development/lua-modules/generated-packages.nix
+++ b/pkgs/development/lua-modules/generated-packages.nix
@@ -266,28 +266,18 @@ cyrussasl = buildLuarocksPackage {
};
digestif = buildLuarocksPackage {
pname = "digestif";
- version = "scm-1";
-
- knownRockspec = (fetchurl {
- url = http://luarocks.org/dev/digestif-scm-1.rockspec;
- sha256 = "18rixbni4hmrmh3qj3vpjbsphzdvchswajphc9ysm52ccpyzh687";
- }).outPath;
-
- src = fetchgit ( removeAttrs (builtins.fromJSON ''{
- "url": "git://github.com/astoff/digestif",
- "rev": "51c321f1b68b77f648fa6adf356de48925f69fe0",
- "date": "2019-06-08T15:03:33+02:00",
- "sha256": "1c9cl81vfzirc325wipdy992yn20b8xv8nqzl5mdhyz8zfp84hs7",
- "fetchSubmodules": true
-}
- '') ["date"]) ;
+ version = "0.2-1";
+ src = fetchurl {
+ url = mirror://luarocks/digestif-0.2-1.src.rock;
+ sha256 = "03blpj5lxlhmxa4hnj21sz7sc84g96igbc7r97yb2smmlbyq8hxd";
+ };
disabled = (luaOlder "5.3");
propagatedBuildInputs = [ lua lpeg dkjson ];
meta = with stdenv.lib; {
homepage = "https://github.com/astoff/digestif/";
- description = "Code analyzer for TeX.";
+ description = "A code analyzer for TeX";
license = {
fullName = "MIT";
};