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

surrealdb-migrations: 1.5.0 -> 2.0.0-preview.1
This commit is contained in:
Yt
2024-08-18 15:54:24 +00:00
committed by GitHub
@@ -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 ];