Fix hash for daisyui.js fetch
Some checks failed
Push Workflows / clippy (push) Failing after 50s
Push Workflows / build (push) Failing after 4s
Push Workflows / rustfmt (push) Successful in 6s
Push Workflows / docs (push) Failing after 44s
Push Workflows / test (push) Failing after 55s
Push Workflows / nix-build (push) Successful in 5m12s

This commit is contained in:
2026-06-15 18:05:10 -04:00
parent fc8ab7a3bf
commit 8ed632dd8b

View File

@@ -45,7 +45,7 @@
src = pkgs.fetchurl {
url = "https://github.com/saadeghi/daisyui/releases/download/${daisyui-version}/daisyui.js";
sha256 = "sha256-IHsOrki86HGPW02ERe3gXTatzWJjjQ6EPQ3eodW/yXw=";
sha256 = "sha256-yu/8ebzKXMfrcHJw2FzcXNzwYOF1hC+nufrTaPOMWeA=";
};
unpackPhase = "true";