From 7dd44834f0af18cca87786a2050ae69928b7a397 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Tue, 6 May 2025 18:02:05 +1200 Subject: fixup: fixing hash for nix package --- YATwm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YATwm.nix b/YATwm.nix index 8ffc6a5..be7cd2d 100644 --- a/YATwm.nix +++ b/YATwm.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation { src = fetchgit { url = "https://git.tehbox.org/cgit/boss/YATwm.git/"; rev = "v0.0.1"; - hash = "sha256-yQoyXGJE8JrSon/P5uhyN1rRwBH/kz0LCGIly3yNDhg="; + hash = "sha256-A4Yra/903rOeEbXfFia/A2HRPrFyE1b05mzHWlDImCY="; }; installPhase = '' -- cgit v1.2.3