fix source hash

This commit is contained in:
2026-05-27 20:07:44 +02:00
parent 572c9d6481
commit 50e7ffca92

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
owner = "cbcoutinho";
repo = "nextcloud-mcp-server";
rev = "v${version}";
hash = lib.fakeHash;
hash = "sha256-IDTSGsHQ8cCFvgSO7pDbSSHVNV0OIjjoEN9ZfkaPAvk=";
};
nativeBuildInputs = [ makeWrapper ];