fix source hash
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "cbcoutinho";
|
owner = "cbcoutinho";
|
||||||
repo = "nextcloud-mcp-server";
|
repo = "nextcloud-mcp-server";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = lib.fakeHash;
|
hash = "sha256-IDTSGsHQ8cCFvgSO7pDbSSHVNV0OIjjoEN9ZfkaPAvk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|||||||
Reference in New Issue
Block a user