Skip to content

Commit

Permalink
luaPackages.lz-n: 2.9.2 -> 2.10.0 (NixOS#370741)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 4, 2025
2 parents e3a24c2 + e5a77a7 commit 89223de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/lua-modules/generated-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2542,14 +2542,14 @@ buildLuarocksPackage {
lz-n = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }:
buildLuarocksPackage {
pname = "lz.n";
version = "2.9.2-1";
version = "2.10.0-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/lz.n-2.9.2-1.rockspec";
sha256 = "08xn5r8ghimnbn92ngsvg4d1924xy1vlj9vyghzbgfidg7802h8j";
url = "mirror://luarocks/lz.n-2.10.0-1.rockspec";
sha256 = "00f45x1c55zrvpa8ddn6nma90m949z5vh8yc165fqzqgnr7hdrg7";
}).outPath;
src = fetchzip {
url = "https://github.com/nvim-neorocks/lz.n/archive/v2.9.2.zip";
sha256 = "0h4s192mvmyd7isjkjjpy7xv9srry830gm0jg3iw61iwxv6qplpr";
url = "https://github.com/nvim-neorocks/lz.n/archive/v2.10.0.zip";
sha256 = "10b6ldmxndprwpc7xawm0cvq68cp301ayp7zxpjkrsmrihzzs2jf";
};

disabled = luaOlder "5.1";
Expand Down

0 comments on commit 89223de

Please sign in to comment.