Skip to content

Commit a9ea2df

Browse files
authored
surrealdb-migrations: 2.0.0 -> 2.1.0 (#372983)
2 parents 61be1a2 + fd230d7 commit a9ea2df

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
@@ -11,7 +11,7 @@
1111

1212
let
1313
pname = "surrealdb-migrations";
14-
version = "2.0.0";
14+
version = "2.1.0";
1515
in
1616
rustPlatform.buildRustPackage rec {
1717
inherit pname version;
@@ -20,10 +20,10 @@ rustPlatform.buildRustPackage rec {
2020
owner = "Odonno";
2121
repo = pname;
2222
rev = "v${version}";
23-
hash = "sha256-MrIawJr8EydfYFVzxODUZ7jDj0B0M1FAuX4Arktbf4Y=";
23+
hash = "sha256-zTOAwSjsgu3axq+VSnXAIGKRDeeRBaQtoNoVU2eKAIk=";
2424
};
2525

26-
cargoHash = "sha256-ELYBEQrh80LdNYNZwcGVh9GE+dSfjF+RuO8fd0PabIw=";
26+
cargoHash = "sha256-ZvWq3DKNAUz/6v0RjUXbEeO6+H84bbDLOVV05vD96Yk=";
2727

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

0 commit comments

Comments
 (0)