From ac693d3104a72076a7da70aeef0d29d5f0c4df44 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Mon, 6 May 2024 13:36:09 -0500 Subject: [PATCH] Use timezone rev for dwmstatus --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index d2c9310..579e463 100644 --- a/configuration.nix +++ b/configuration.nix @@ -89,8 +89,8 @@ domain = "git.ekzy.is"; owner = "ekzyis"; repo = "dwmstatus"; - rev = "6c078d4"; - hash = "sha256-9ibrM0ZOJUC5YsSZjpqcw4GyeBmtyGaGFausjL96yTo="; + rev = "b0afd6e"; + hash = "sha256-TVkcvWcBnGkES8BjL7ZcavUo8C14H7Xj0mt9RBConmY="; }; buildInputs = [ xorg.libX11 ]; installPhase = ''