about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-05-18 21:54:52 +0200
committerAlan Pearce2024-05-18 21:54:52 +0200
commit57dd0897181f4f5f921a28f41d593f90a6811211 (patch)
tree576fea161579b660fc2d83b592d54118a219b811
parent91aef1ca21557c3d44835a5ffe8503b0c71149c0 (diff)
downloadnix-packages-57dd0897181f4f5f921a28f41d593f90a6811211.tar.lz
nix-packages-57dd0897181f4f5f921a28f41d593f90a6811211.tar.zst
nix-packages-57dd0897181f4f5f921a28f41d593f90a6811211.zip
fix htmlformat
-rw-r--r--default.nix1
-rw-r--r--pkgs/htmlformat/default.nix1
2 files changed, 1 insertions, 1 deletions
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";
   };