Unverified Commit 924ab7b0 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

koto{,-ls}: 0.15.3 -> 0.16.0 (#427820)

parents e0921b1b efba5cc1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,17 +7,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "koto-ls";
  version = "0.15.3";
  version = "0.16.0";

  src = fetchFromGitHub {
    owner = "koto-lang";
    repo = "koto-ls";
    tag = "v${finalAttrs.version}";
    hash = "sha256-4s+zWiI6Yxv1TB0drds27txnL0kE6RoqjRI36Clls6Y=";
    hash = "sha256-a2YGjAZvLyPRfFdZdd0z7sbijS1RCPa5wY2DkJZwbmk=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-ewBAixbksI9ora5hBZR12lzxCPzxM2Cp6GvQz6hGCSY=";
  cargoHash = "sha256-GFgIW+x+kncf1OTWZZZjD9yoLEwW01pWAUnJQCpPFhQ=";

  passthru.updateScript = nix-update-script { };

+3 −3
Original line number Diff line number Diff line
@@ -9,17 +9,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "koto";
  version = "0.15.3";
  version = "0.16.0";

  src = fetchFromGitHub {
    owner = "koto-lang";
    repo = "koto";
    tag = "v${finalAttrs.version}";
    hash = "sha256-sFADZj0mBe8TQ2x6NeXLqvvXK13WhVGD2anGWoWrSZw=";
    hash = "sha256-KdwKJ0ZKKHU+Fe/TTIITHOyRH9uoJ3LU3qXqUwpJI6g=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-Ok4rgqiQ7N5knXdb0Mfn3fYPPLXoRtOZVv8RvWR2h3k=";
  cargoHash = "sha256-5uWCpTnGbqoogOxSD2GcXMjQpoYIp1GfB9k4bd+Easc=";

  postPatch = ''
    tomlq -ti 'del(.bench)' crates/koto/Cargo.toml