Skip to content

Commit

Permalink
vimPlugins.lze: 0.1.3 -> 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BirdeeHub committed Oct 28, 2024
1 parent b85b73b commit 4d3da07
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 @@ -2515,14 +2515,14 @@ buildLuarocksPackage {
lze = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }:
buildLuarocksPackage {
pname = "lze";
version = "0.1.3-1";
version = "0.1.4-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/lze-0.1.3-1.rockspec";
sha256 = "0dmbkx3z5syqcsmjbiy4s55hcq5fi3nw0rcnyflffnl2i379a3rd";
url = "mirror://luarocks/lze-0.1.4-1.rockspec";
sha256 = "0j2ll2kcqmk7m78x4bwwm47hr0n8kgz027c4l2yhyfw747s70z1h";
}).outPath;
src = fetchzip {
url = "https://github.com/BirdeeHub/lze/archive/v0.1.3.zip";
sha256 = "0g7acfhx0klf47f6zswnzx81j7hf0p1f9l1lh4k57ss9c22fsvby";
url = "https://github.com/BirdeeHub/lze/archive/v0.1.4.zip";
sha256 = "1rr8bsxvv53mhkvmc8vb1l6jvbrfzngr3kq8wj3gvpima3jdk1za";
};

disabled = luaOlder "5.1";
Expand Down

0 comments on commit 4d3da07

Please sign in to comment.