From 8ed632dd8b1b601330fd5484759b773cd28f2c00 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Mon, 15 Jun 2026 18:05:10 -0400 Subject: [PATCH] Fix hash for daisyui.js fetch --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 60259f5..c58b75e 100644 --- a/flake.nix +++ b/flake.nix @@ -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";