surrealdb-migrations: 2.1.0 -> 2.1.2 (#379691)

This commit is contained in:
Nick Cao
2025-02-05 16:53:34 -05:00
committed by GitHub
@@ -11,7 +11,7 @@
let
pname = "surrealdb-migrations";
version = "2.1.0";
version = "2.1.2";
in
rustPlatform.buildRustPackage rec {
inherit pname version;
@@ -20,10 +20,10 @@ rustPlatform.buildRustPackage rec {
owner = "Odonno";
repo = pname;
rev = "v${version}";
hash = "sha256-zTOAwSjsgu3axq+VSnXAIGKRDeeRBaQtoNoVU2eKAIk=";
hash = "sha256-U44TaixLjLgQJQGohBydWPLt6GTPVORQDYtuoniSY0Q=";
};
cargoHash = "sha256-ZvWq3DKNAUz/6v0RjUXbEeO6+H84bbDLOVV05vD96Yk=";
cargoHash = "sha256-jye/a5NRxQJi7tMCcm9jV9WRyXa5OfdMX801BObwem0=";
buildInputs = [ ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security ];