Skip to content

Commit

Permalink
Update default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Aug 11, 2023
1 parent b0cd25f commit 815b9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
in !(lib.hasSuffix ".nix" name);
vessel = rustPlatform.buildRustPackage rec {
pname = "vessel";
version = "0.6.5";
version = "0.7.0";
buildInputs = [
openssl_3_0 openssl_3_0.dev
] ++ pkgs.lib.optional pkgs.stdenv.isDarwin
Expand Down

0 comments on commit 815b9ce

Please sign in to comment.