Skip to content

Commit 2af65f3

Browse files
committed
surrealdb-migrations: 2.1.2 -> 2.2.0
1 parent 392e9f6 commit 2af65f3

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.1.2";
14+
version = "2.2.0";
1515
in
1616
rustPlatform.buildRustPackage rec {
1717
inherit pname version;
@@ -20,11 +20,11 @@ rustPlatform.buildRustPackage rec {
2020
owner = "Odonno";
2121
repo = pname;
2222
rev = "v${version}";
23-
hash = "sha256-U44TaixLjLgQJQGohBydWPLt6GTPVORQDYtuoniSY0Q=";
23+
hash = "sha256-OiH3O74tJQFAW+ZyyspvOXUMcWkqjpd4GVU4cKn1jBg=";
2424
};
2525

2626
useFetchCargoVendor = true;
27-
cargoHash = "sha256-Jw6Dj6LRiOwIqZABS58l795TpQxyLY7pTQm2I9+r+Nc=";
27+
cargoHash = "sha256-dx5fGtKE0wfjQgTi5HBce6Afmc+0rJA24IRhrBirZbo=";
2828

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

0 commit comments

Comments
 (0)