luaPackages.lz-n: 1.3.0-1 -> 1.3.2-1

This commit is contained in:
Marc Jakobi 2024-06-19 18:11:37 +02:00 committed by Matthieu Coudron
parent dac08a037c
commit d5bf1b6a3b

View File

@ -2391,14 +2391,14 @@ buildLuarocksPackage {
lz-n = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }:
buildLuarocksPackage {
pname = "lz.n";
version = "1.3.0-1";
version = "1.3.2-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/lz.n-1.3.0-1.rockspec";
sha256 = "03rbinqs0za9193v0l06csvxkcfd93ikks6pnvfs2p6f64abdic9";
url = "mirror://luarocks/lz.n-1.3.2-1.rockspec";
sha256 = "00zcqswjs9xwwh6llkair896l2ikh3m8pgfkd38qaqyv0h27jql9";
}).outPath;
src = fetchzip {
url = "https://github.com/nvim-neorocks/lz.n/archive/v1.3.0.zip";
sha256 = "1hdayr06ni2zzjyciv0f36k82zlkmwnvl0imrlqxqr6hq9yqcwvx";
url = "https://github.com/nvim-neorocks/lz.n/archive/v1.3.2.zip";
sha256 = "1lpk124k1xd76kb1wpxr9r71way3hprjqrqfiyip1p1cgznw3zp9";
};
disabled = luaOlder "5.1";