luaPackages.toml-edit: 0.5.0 -> 0.6.0 (#354096)

This commit is contained in:
Gaétan Lepage
2024-11-07 08:46:20 +01: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.5.0-1";
version = "0.6.0-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/toml-edit-0.5.0-1.rockspec";
sha256 = "1d80s6jcdw7ny52vda7lx4xccmavnl7sji1bcchmbc7krbf6s7v0";
url = "mirror://luarocks/toml-edit-0.6.0-1.rockspec";
sha256 = "10mmxaw2nxg80zx7idfy3sjj4d4ma2g2bja14bnk1qx584dy7m4k";
}).outPath;
src = fetchzip {
url = "https://github.com/nvim-neorocks/toml-edit.lua/archive/v0.5.0.zip";
sha256 = "0cfsp9h7kjm52mrjf42jrp3np7akql8ynlnvq32m2ayshjdsdx6q";
url = "https://github.com/nvim-neorocks/toml-edit.lua/archive/v0.6.0.zip";
sha256 = "1f574g0c5h40jr0l1gzniz3qzxn1pcnfyzrizqp311i1qnkz05ir";
};
disabled = luaOlder "5.1";
+1 -1
View File
@@ -831,7 +831,7 @@ in
cargoDeps = rustPlatform.fetchCargoTarball {
src = oa.src;
hash = "sha256-2WN5RoM1G2SE6H3g5pmEQvOoSCoaw3xMG8cDdfU2DAo=";
hash = "sha256-+LiqX4ZUyr6qj0Q91TB1eu6SWgAx/kps9tOkDW18tMo=";
};
NIX_LDFLAGS = lib.optionalString stdenv.hostPlatform.isDarwin