Unverified Commit 44aa5aa4 authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #335615 from r-ryantm/auto-update/surrealdb-migrations

surrealdb-migrations: 1.5.0 -> 2.0.0-preview.1
parents 813cccc7 f0d2ac70
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

let
  pname = "surrealdb-migrations";
  version = "1.5.0";
  version = "2.0.0-preview.1";
in
rustPlatform.buildRustPackage rec {
  inherit pname version;
@@ -19,10 +19,10 @@ rustPlatform.buildRustPackage rec {
    owner = "Odonno";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-x5WyaVHLVFCHWPqyEuaVSbeIaGXDB0o7h776udcC4DM=";
    hash = "sha256-Ijuohu/KgHN5Ux2aWIGJQF9z6vmDPAyE7Sy66zX7nd8=";
  };

  cargoHash = "sha256-wANIaEvHtFzAAsly2aqHlYwiKnxHkqH3/0rYs05AkXI=";
  cargoHash = "sha256-4YTcWKyVrlgGA1hpoRszB5qn0qa/lizvvGXdfQJoxlc=";

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