zed: fix build

This commit is contained in:
Hythera
2025-12-17 11:54:17 +01:00
parent 9489fa47de
commit b8e18ecf35
+1 -1
View File
@@ -12,7 +12,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "brimdata";
repo = "zed";
repo = "zed-archive";
rev = "v${version}";
sha256 = "sha256-NCoeTeOkxkCsj/nRBhMJeEshFuwozOXNJvgp8vyCQDk=";
};