Skip to content

Commit 78107ec

Browse files
committed
keylight-cli: fix build
1 parent dc3d096 commit 78107ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/ke/keylight-cli/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
1313
owner = "versality";
1414
repo = "keylight-cli";
1515
tag = "v${version}";
16-
sha256 = "sha256-gzTvMBa7JVckxLnltlR5XOj6BBbfPXZei7Wj3f1n4Kw=";
16+
hash = "sha256-boL6Sg+C9OxMEcr5tAFCn8NxCDrJ6I2nMn9/2yMOYRI=";
1717
};
1818

1919
buildInputs = [ babashka ];

0 commit comments

Comments
 (0)