From 57dd0897181f4f5f921a28f41d593f90a6811211 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 18 May 2024 21:54:52 +0200 Subject: fix htmlformat --- default.nix | 1 + pkgs/htmlformat/default.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 5faa6e6..790ec27 100644 --- a/default.nix +++ b/default.nix @@ -15,4 +15,5 @@ overlays = import ./overlays; # nixpkgs overlays prettier-plugin-go-template = pkgs.callPackage ./pkgs/prettier-plugin-go-template { }; + htmlformat = pkgs.callPackage ./pkgs/htmlformat { }; } diff --git a/pkgs/htmlformat/default.nix b/pkgs/htmlformat/default.nix index 93195dd..2135731 100644 --- a/pkgs/htmlformat/default.nix +++ b/pkgs/htmlformat/default.nix @@ -11,7 +11,6 @@ buildGoModule rec { owner = "a-h"; repo = "htmlformat"; rev = "5bd994fe268e4d505a9793143fa85414c7d50887"; - hash = "sha256-YSl9GsXhc0L2oKGZLwwjUtpe5W6ra6kk74zvQdsDCMU="; sha256 = "1i880gdl3vwcxwjajsxbdvjmxnjj4c62z6d1l3v44wz1qld7sab1"; # date = "2023-11-08T12:46:58+00:00"; }; -- cgit 1.4.1