diff options
author | Linnnus <[email protected]> | 2024-09-17 09:39:03 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-09-17 09:39:03 +0200 |
commit | f5db24244eebfcb2dfdaf2531d8b51428c6719ff (patch) | |
tree | d941281d139a0d196fd395e76f21091c378d87ff /modules | |
parent | 8eddc1b852821c1ec951f2106d5aa29800fc1ac1 (diff) |
ahmed: Bump HelloHTML to 5d92927
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 3771b26..4c4817a 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 = "6fcb5a0f478c51d8ceb4de97667b72693e4e2ba6"; - hash = "sha256-NGzrACk7jfn0kNHh3bYrQuJkufOR0MicdJOp7fV5Gvw="; + rev = "5d9292723287a8ffb00acc28fca805f58829c0b5"; + hash = "sha256-R+o7uP20swClVlvcizTINPfnNVBv8A+LPc7VcLmyXpE="; }; hellohtml-vendor = pkgs.stdenv.mkDerivation { |