keylight-cli: fix build

This commit is contained in:
Weijia Wang
2025-03-26 15:40:14 +01:00
parent dc3d0967f1
commit 78107ec6ba
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
owner = "versality";
repo = "keylight-cli";
tag = "v${version}";
sha256 = "sha256-gzTvMBa7JVckxLnltlR5XOj6BBbfPXZei7Wj3f1n4Kw=";
hash = "sha256-boL6Sg+C9OxMEcr5tAFCn8NxCDrJ6I2nMn9/2yMOYRI=";
};
buildInputs = [ babashka ];