Unverified Commit 7c6fdab4 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

stalwart: pin tailwindcss (#382947)

parents 286d25f5 c38c1d48
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  rustPlatform,
  fetchFromGitHub,
  trunk,
  tailwindcss,
  tailwindcss_3,
  fetchNpmDeps,
  nix-update-script,
  nodejs,
@@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
    llvmPackages.bintools-unwrapped
    nodejs
    npmHooks.npmConfigHook
    tailwindcss
    tailwindcss_3
    trunk
    # needs to match with wasm-bindgen version in upstreams Cargo.lock
    wasm-bindgen-cli_0_2_93