Unverified Commit 6e1c0381 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents 60e117d4 d030cd7b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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