We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61be1a2 + fd230d7 commit a9ea2dfCopy full SHA for a9ea2df
pkgs/development/tools/database/surrealdb-migrations/default.nix
@@ -11,7 +11,7 @@
11
12
let
13
pname = "surrealdb-migrations";
14
- version = "2.0.0";
+ version = "2.1.0";
15
in
16
rustPlatform.buildRustPackage rec {
17
inherit pname version;
@@ -20,10 +20,10 @@ rustPlatform.buildRustPackage rec {
20
owner = "Odonno";
21
repo = pname;
22
rev = "v${version}";
23
- hash = "sha256-MrIawJr8EydfYFVzxODUZ7jDj0B0M1FAuX4Arktbf4Y=";
+ hash = "sha256-zTOAwSjsgu3axq+VSnXAIGKRDeeRBaQtoNoVU2eKAIk=";
24
};
25
26
- cargoHash = "sha256-ELYBEQrh80LdNYNZwcGVh9GE+dSfjF+RuO8fd0PabIw=";
+ cargoHash = "sha256-ZvWq3DKNAUz/6v0RjUXbEeO6+H84bbDLOVV05vD96Yk=";
27
28
buildInputs = [ ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security ];
29
0 commit comments