dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit 7e3ec3ed05cb5f5f5eccf7dc197d0566de668fcb
parent 0953470b9e2282a4967e56a0601097f4d5f70f4f
Author: Chris <chris@echoz.io>
Date:   Thu,  5 Feb 2026 19:52:59 +0100

fix(cyberpunk-2077): wrong hash

Diffstat:
Mmodules/games/mods/cyberpunk-2077.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/games/mods/cyberpunk-2077.nix b/modules/games/mods/cyberpunk-2077.nix @@ -21,7 +21,7 @@ let }) (fetchzip { url = "https://github.com/psiberx/cp2077-tweak-xl/releases/download/v1.11.3/TweakXL-1.11.3.zip"; - hash = "sha256-8uhdgPEJtcwt3ow0/9CXqvv5ikqbzvs37CRsAbVFpj0="; + hash = "sha256-QotqOBPoro1DHa6cL+NDYpoiXduXltAoEl0utIGNlDc="; stripRoot = false; }) (fetchzip {