Commit 7efb781c authored by happysalada's avatar happysalada Committed by Yt
Browse files

surrealdb-migrations: 0.9.8 -> 0.9.9

parent 588738ae
Loading
Loading
Loading
Loading
+3067 −0

File added.

Preview size limit exceeded, changes collapsed.

+5 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

let
  pname = "surrealdb-migrations";
  version = "0.9.8";
  version = "0.9.9";
in
rustPlatform.buildRustPackage rec {
  inherit pname version;
@@ -19,10 +19,12 @@ rustPlatform.buildRustPackage rec {
    owner = "Odonno";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-6q6JLrr5msK2l895BhBujHf7L0WW2NpMQNDf493tVuE=";
    hash = "sha256-wVaNsdNrRhb6lai60c1msBWTtLWsESOJNoHFJzdHtrs=";
  };

  cargoHash = "sha256-UePxUSO0q1+y33pDdECbIN8uIRV8ApLUhKlWAF4gj2Q=";
  cargoLock = {
    lockFile = ./Cargo.lock;
  };

  buildInputs = [ ]
    ++ lib.optionals stdenv.isDarwin [ Security ];