summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-09-15 14:00:57 +0200
committerLinnnus <[email protected]>2024-09-15 14:00:57 +0200
commit8eddc1b852821c1ec951f2106d5aa29800fc1ac1 (patch)
tree64592b3ae60a4c4ce01e0a5d2d3c1db438ec50df /modules
parent8cb5c75a832d2a76f02aaed144cbe91574a54d1d (diff)
ahmed: Bump HelloHTML
Diffstat (limited to 'modules')
-rw-r--r--modules/nixos/hellohtml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/nixos/hellohtml/default.nix b/modules/nixos/hellohtml/default.nix
index da0271d..3771b26 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 = "75f62b976d258aadc02e1764e6aa42ebcb831622";
- hash = "sha256-0P1tXjTcn2P28loq1ZYBID6LEf0dppxE8Cwsr5IYAUc=";
+ rev = "6fcb5a0f478c51d8ceb4de97667b72693e4e2ba6";
+ hash = "sha256-NGzrACk7jfn0kNHh3bYrQuJkufOR0MicdJOp7fV5Gvw=";
};
hellohtml-vendor = pkgs.stdenv.mkDerivation {