diff options
author | Linnnus <[email protected]> | 2024-09-28 12:12:01 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-09-28 12:12:01 +0200 |
commit | f0db191fa74708ac0ed2636ed9a235618fa75bea (patch) | |
tree | e543522a2a99df2003893277aa4d6a1ebcef3469 /modules/nixos | |
parent | bbb03285e6d44bd05dc445085eea7f5af31d078b (diff) |
ahmed: Bump HelloHTML
Diffstat (limited to 'modules/nixos')
-rw-r--r-- | modules/nixos/hellohtml/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/nixos/hellohtml/default.nix b/modules/nixos/hellohtml/default.nix index 4c4817a..b4cfaf5 100644 --- a/modules/nixos/hellohtml/default.nix +++ b/modules/nixos/hellohtml/default.nix @@ -70,8 +70,8 @@ in { src = pkgs.fetchFromGitHub { owner = "linnnus"; repo = "hellohtml"; - rev = "5d9292723287a8ffb00acc28fca805f58829c0b5"; - hash = "sha256-R+o7uP20swClVlvcizTINPfnNVBv8A+LPc7VcLmyXpE="; + rev = "9d82a9e6cb1a25eb25a0da8f3621d1de7d195360"; + hash = "sha256-uPnJwOI5mtTpeZIWtH1wdd4HugP4BomD0WbxWHfSOp8="; }; hellohtml-vendor = pkgs.stdenv.mkDerivation { |