Skip to content

Commit

Permalink
luaPackages.toml-edit: 0.6.0 -> 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored and teto committed Nov 9, 2024
1 parent 2b3acac commit 73e03e0
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.6.0-1";
version = "0.6.1-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/toml-edit-0.6.0-1.rockspec";
sha256 = "10mmxaw2nxg80zx7idfy3sjj4d4ma2g2bja14bnk1qx584dy7m4k";
url = "mirror://luarocks/toml-edit-0.6.1-1.rockspec";
sha256 = "0crvmigffka3n7583r1a7fgcjfq5b0819a7d155q50m52b7afc4z";
}).outPath;
src = fetchzip {
url = "https://github.com/nvim-neorocks/toml-edit.lua/archive/v0.6.0.zip";
sha256 = "1f574g0c5h40jr0l1gzniz3qzxn1pcnfyzrizqp311i1qnkz05ir";
url = "https://github.com/nvim-neorocks/toml-edit.lua/archive/v0.6.1.zip";
sha256 = "03gxfj2km4j08cx8yv70wvzwynnlwai6cdprrxnbf76mwy877hpg";
};

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-+LiqX4ZUyr6qj0Q91TB1eu6SWgAx/kps9tOkDW18tMo=";
hash = "sha256-lguGj8fDqztrvqvEYVcJLmiuxPDaCpXU8aztInKjF+E=";
};

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

0 comments on commit 73e03e0

Please sign in to comment.