From 20a91ada06e640fb56146f6f76159e299bbf41c5 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Wed, 8 Jan 2025 21:52:05 -0600 Subject: [PATCH] inc sssg.nix --- builds/sssg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/sssg.nix b/builds/sssg.nix index 58dbda4..658951f 100644 --- a/builds/sssg.nix +++ b/builds/sssg.nix @@ -8,6 +8,6 @@ buildPythonApplication { src = fetchgit { url = "https://git.beepboop.systems/stupidcomputer/sssg"; - hash = "sha256-PJCa1hO24ctM0RFiBCNt2rZkIaDO77zYgxOp3EE337c="; + hash = "sha256-17FRRgOGH/ZF6IrTprubiaZI/ihFSB4zu1spoxUZ2bA="; }; }