From 17c5c4e6de987a266f416b1c2f8aca378459a172 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Tue, 7 Jan 2025 17:22:00 -0600 Subject: [PATCH] increment hash on sssg.nix --- builds/sssg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/sssg.nix b/builds/sssg.nix index 1fa4d24..58dbda4 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-EPw9zylvRcwYHwBIVhuGRY5YvER6cF7Jdy+pLFojoKA="; + hash = "sha256-PJCa1hO24ctM0RFiBCNt2rZkIaDO77zYgxOp3EE337c="; }; }