From 9ee6cda3ba001a3c943ac275a61ded44d84f9ede Mon Sep 17 00:00:00 2001 From: Churchill Lee Date: Tue, 26 Mar 2024 10:52:44 +1100 Subject: [PATCH] fix: sha256 --- commandbox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commandbox.nix b/commandbox.nix index 129fc75..7d1a55f 100644 --- a/commandbox.nix +++ b/commandbox.nix @@ -4,7 +4,7 @@ stdenv.mkDerivation { version = "6.0.0"; src = fetchzip { url = "https://downloads.ortussolutions.com/ortussolutions/commandbox/6.0.0/commandbox-bin-6.0.0.zip"; - sha256 = "OHRpVq3BTpGW65Zw5ZnEgtq9L4LkCmJWvI4mpENaSIs="; + sha256 = "4zhjtqb62U2RQZRZbFLFfL1Etykx1Rchosy6Nu+fMiU="; }; meta.mainProgram = "box"; installPhase = ''