clnrest: update cargoHash

This commit is contained in:
Erik Arvstedt
2025-06-10 13:45:57 +02:00
parent 9b607daa78
commit 538b2dcfae
+1 -1
View File
@@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
inherit (clightning) src; inherit (clightning) src;
cargoHash = "sha256-rXOpRNzIDohfvn3n1xEhc/C1pCpzgfFXHjob7/qOeXM="; cargoHash = "sha256-nR4jSpjnB0k/v+E78Jy5AhOLwqJgvAfDKFca3DqaSwQ=";
depsExtraArgs = { depsExtraArgs = {
nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip ];