chore: update aiken version on nix recipe

This commit is contained in:
Cainã Costa 2023-07-24 09:55:54 -03:00 committed by Lucas
parent 27c0f25606
commit ce03576a52
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
aiken = pkgs.rustPlatform.buildRustPackage { aiken = pkgs.rustPlatform.buildRustPackage {
name = "aiken"; name = "aiken";
version = "1.0.11-alpha"; version = "1.0.13-alpha";
buildInputs = with pkgs; [ openssl ] ++ osxDependencies; buildInputs = with pkgs; [ openssl ] ++ osxDependencies;
nativeBuildInputs = with pkgs; [ pkg-config openssl ]; nativeBuildInputs = with pkgs; [ pkg-config openssl ];