Skip to content

Commit

Permalink
luaPackages.toml-edit: 0.4.1 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored and Lignum committed Oct 25, 2024
1 parent 008a134 commit 893fd99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/lua-modules/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ in

cargoDeps = rustPlatform.fetchCargoTarball {
src = oa.src;
hash = "sha256-PLihirhJshcUQI3L1eTcnQiZvocDl29eQHhdBwJQRU8=";
hash = "sha256-2WN5RoM1G2SE6H3g5pmEQvOoSCoaw3xMG8cDdfU2DAo=";
};

NIX_LDFLAGS = lib.optionalString stdenv.hostPlatform.isDarwin
Expand Down

0 comments on commit 893fd99

Please sign in to comment.