diff options
author | Alan Pearce | 2024-05-18 21:54:52 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-18 21:54:52 +0200 |
commit | 57dd0897181f4f5f921a28f41d593f90a6811211 (patch) | |
tree | 576fea161579b660fc2d83b592d54118a219b811 /pkgs/htmlformat | |
parent | 91aef1ca21557c3d44835a5ffe8503b0c71149c0 (diff) | |
download | nix-packages-57dd0897181f4f5f921a28f41d593f90a6811211.tar.lz nix-packages-57dd0897181f4f5f921a28f41d593f90a6811211.tar.zst nix-packages-57dd0897181f4f5f921a28f41d593f90a6811211.zip |
fix htmlformat
Diffstat (limited to 'pkgs/htmlformat')
-rw-r--r-- | pkgs/htmlformat/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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"; }; |