diff options
author | Linnnus <[email protected]> | 2024-08-27 13:59:22 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-08-27 13:59:22 +0200 |
commit | 665a8a04c5d92325d8be08fc069debaec2abf479 (patch) | |
tree | 8a4622a30981e0d4fe64cc1b84a50b46c682590d /modules | |
parent | 2de2607b0613c401d2e6e6d51c88b7138a40b430 (diff) |
ahmed: Bump hellohtml
Diffstat (limited to 'modules')
-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 c70aa99..da0271d 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 = "51d2630578928173ea3ae57d97aeb5fa69b0dd7d"; - hash = "sha256-CAJoxSDQ8AriYRItsd+Hd1j2jI8CDcOF51a+EXV1P6s="; + rev = "75f62b976d258aadc02e1764e6aa42ebcb831622"; + hash = "sha256-0P1tXjTcn2P28loq1ZYBID6LEf0dppxE8Cwsr5IYAUc="; }; hellohtml-vendor = pkgs.stdenv.mkDerivation { |