Skip to content

Commit 437cedb

Browse files
authored
surrealdb-migrations: 2.0.0-preview.1 -> 2.0.0-preview.2 (#340280)
2 parents 6c6d5e0 + 8bc9a95 commit 437cedb

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.1";
13+
version = "2.0.0-preview.2";
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-Ijuohu/KgHN5Ux2aWIGJQF9z6vmDPAyE7Sy66zX7nd8=";
22+
hash = "sha256-GrgBDuyXnwmaq55LWTnNGsichfoQ+/arSxLhl3ymbDM=";
2323
};
2424

25-
cargoHash = "sha256-4YTcWKyVrlgGA1hpoRszB5qn0qa/lizvvGXdfQJoxlc=";
25+
cargoHash = "sha256-7AdaUz43GHHhS1WoOD7qT4ZleBXc+Sp2/7/UHcSppTs=";
2626

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

0 commit comments

Comments
 (0)