luaPackages.toml-edit: 0.4.1 -> 0.5.0 (#350997)

This commit is contained in:
Gaétan Lepage
2024-10-25 11:16:22 +02:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
@@ -3406,14 +3406,14 @@ buildLuarocksPackage {
toml-edit = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder, luarocks-build-rust-mlua }:
buildLuarocksPackage {
pname = "toml-edit";
version = "0.4.1-1";
version = "0.5.0-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/toml-edit-0.4.1-1.rockspec";
sha256 = "180zdqrzffr7jr9xls895gj5hrx6pfs98rlxwzg71382jy1n79qi";
url = "mirror://luarocks/toml-edit-0.5.0-1.rockspec";
sha256 = "1d80s6jcdw7ny52vda7lx4xccmavnl7sji1bcchmbc7krbf6s7v0";
}).outPath;
src = fetchzip {
url = "https://github.com/vhyrro/toml-edit.lua/archive/v0.4.1.zip";
sha256 = "1322p490p6yza3lczfzmwf5nkfj4ra6m9g6hvr2qgay405wnpgy7";
url = "https://github.com/nvim-neorocks/toml-edit.lua/archive/v0.5.0.zip";
sha256 = "0cfsp9h7kjm52mrjf42jrp3np7akql8ynlnvq32m2ayshjdsdx6q";
};
disabled = luaOlder "5.1";
+1 -1
View File
@@ -831,7 +831,7 @@ in
cargoDeps = rustPlatform.fetchCargoTarball {
src = oa.src;
hash = "sha256-PLihirhJshcUQI3L1eTcnQiZvocDl29eQHhdBwJQRU8=";
hash = "sha256-2WN5RoM1G2SE6H3g5pmEQvOoSCoaw3xMG8cDdfU2DAo=";
};
NIX_LDFLAGS = lib.optionalString stdenv.hostPlatform.isDarwin