surrealdb-migrations: 2.0.0-preview.2 -> 2.0.0-preview.3 (#342748)

This commit is contained in:
Yt 2024-09-18 19:14:31 -04:00 committed by GitHub
commit 763b7d0537
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
let
pname = "surrealdb-migrations";
version = "2.0.0-preview.2";
version = "2.0.0-preview.3";
in
rustPlatform.buildRustPackage rec {
inherit pname version;
@ -19,10 +19,10 @@ rustPlatform.buildRustPackage rec {
owner = "Odonno";
repo = pname;
rev = "v${version}";
hash = "sha256-GrgBDuyXnwmaq55LWTnNGsichfoQ+/arSxLhl3ymbDM=";
hash = "sha256-BSLUhXxZyffH6HX3RR6PqXts76ERa0bpct/qs0Sf0NE=";
};
cargoHash = "sha256-7AdaUz43GHHhS1WoOD7qT4ZleBXc+Sp2/7/UHcSppTs=";
cargoHash = "sha256-jj1ytX44XoNKR+TCn/MpWk8CFM/DvHSwyfjVe3ca+AA=";
buildInputs = [ ]
++ lib.optionals stdenv.isDarwin [ Security ];