Skip to content

Commit 763b7d0

Browse files
authored
surrealdb-migrations: 2.0.0-preview.2 -> 2.0.0-preview.3 (#342748)
2 parents f04eda7 + 8c35674 commit 763b7d0

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/tools/database/surrealdb-migrations

1 file changed

+3
-3
lines changed

pkgs/development/tools/database/surrealdb-migrations/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
let
1212
pname = "surrealdb-migrations";
13-
version = "2.0.0-preview.2";
13+
version = "2.0.0-preview.3";
1414
in
1515
rustPlatform.buildRustPackage rec {
1616
inherit pname version;
@@ -19,10 +19,10 @@ rustPlatform.buildRustPackage rec {
1919
owner = "Odonno";
2020
repo = pname;
2121
rev = "v${version}";
22-
hash = "sha256-GrgBDuyXnwmaq55LWTnNGsichfoQ+/arSxLhl3ymbDM=";
22+
hash = "sha256-BSLUhXxZyffH6HX3RR6PqXts76ERa0bpct/qs0Sf0NE=";
2323
};
2424

25-
cargoHash = "sha256-7AdaUz43GHHhS1WoOD7qT4ZleBXc+Sp2/7/UHcSppTs=";
25+
cargoHash = "sha256-jj1ytX44XoNKR+TCn/MpWk8CFM/DvHSwyfjVe3ca+AA=";
2626

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

0 commit comments

Comments
 (0)