From 01e24da6a7a742052a08460a6f15e8cc577dcb45 Mon Sep 17 00:00:00 2001 From: tux Date: Wed, 11 Jun 2025 03:06:25 +0530 Subject: [PATCH] feat: update sha256 hash --- pkgs/firefox-mod-blur/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/firefox-mod-blur/default.nix b/pkgs/firefox-mod-blur/default.nix index a6b64d2..6e69dd5 100644 --- a/pkgs/firefox-mod-blur/default.nix +++ b/pkgs/firefox-mod-blur/default.nix @@ -11,7 +11,7 @@ stdenv.mkDerivation { owner = "datguypiko"; repo = "Firefox-Mod-Blur"; rev = "refs/heads/master"; - sha256 = "sha256-HypXd04cKv7qhPmyz7azR7RBuBcHz/OPGqpwTR9kf9I="; + sha256 = "sha256-zllM67TKGVSg33ToPoq1GMDN5aTAA+hqxi7uwLvtFvg="; }; installPhase = ''