summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-01-20 15:45:04 +0100
committerLinnnus <[email protected]>2024-01-20 15:45:04 +0100
commit2e149a0676b93c3b95d871caf2da7be2dff1a0f9 (patch)
tree512189f2f8d2052505888815c72d4fec06f84359
parent8a2ba9a605dd94ebb7258225fd9fc6db6c2871e8 (diff)
host/ahmed: Bump hellohtml
-rw-r--r--modules/nixos/hellohtml/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/nixos/hellohtml/default.nix b/modules/nixos/hellohtml/default.nix
index 294244e..fa25c74 100644
--- a/modules/nixos/hellohtml/default.nix
+++ b/modules/nixos/hellohtml/default.nix
@@ -57,8 +57,8 @@ in
src = pkgs.fetchFromGitHub {
owner = "linnnus";
repo = "hellohtml";
- rev = "8505b271f0db4e8b26c95fe04855ce88954d67f7";
- hash = "sha256-om8w8K6EVxQ0Hn6VkCPtrc1qV48BpHzPQckOLpAiosI=";
+ rev = "97f00500712d8551d7bbf497ec442083c63384d0";
+ hash = "sha256-6nbL2B26dc83F2gSLXadyfS8etuPhhlFy9ivG5l6Tog";
};
hellohtml-vendor = pkgs.stdenv.mkDerivation {
@@ -75,7 +75,7 @@ in
'';
outputHashAlgo = "sha256";
outputHashMode = "recursive";
- outputHash = "sha256-TMijSneZhvkAQb6TXF5mgf+nAcYogEfNYYpnui6i7PI";
+ outputHash = "sha256-0TGLkEvJaBpI7IlTyuYRzA20Bw/TMSMz3q8wm5oPsBM";
};
hellohtml-drv = pkgs.writeShellScript "hellohtml" ''