From 41444571437032e7a8b6627ee2c9a5a554ab9e99 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 29 Oct 2025 06:24:25 -0500 Subject: [PATCH] set Jackify --- modules/gaming.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gaming.nix b/modules/gaming.nix index 28beafd..8dc42df 100644 --- a/modules/gaming.nix +++ b/modules/gaming.nix @@ -13,7 +13,7 @@ let src = fetchurl { url = "https://github.com/Omni-guides/Jackify/releases/download/v${version}/${pname}.AppImage"; - hash = "sha256-TzdeRJGjhJOLkAZ+STWYJbeVoKddSxY5uE6g5AGzzNU="; + hash = "sha256-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX="; }; appimageContents = appimageTools.extract { inherit pname version src; };