Unverified Commit 763b7d05 authored by Yt's avatar Yt Committed by GitHub
Browse files

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

parents f04eda77 8c35674a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];