Skip to content

Commit 79079bc

Browse files
committed
chore: fix package hash
1 parent 2c1439a commit 79079bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/nix/packages/cli/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let
2828

2929
modRoot = "./tools/cli";
3030

31-
vendorHash = "sha256-tTOE0j6ut8xjQ6gjuw8MenCyAuxN3eYnN7MBk8pGvLA=";
31+
vendorHash = "sha256-89+852xmbkorNYcvqaw2KdNWhk5zKvtxG80osAxIYQE=";
3232
proxyVendor = true;
3333

3434
nativeBuildInputs = [ installShellFiles ];

0 commit comments

Comments
 (0)