surrealdb-migrations: 1.0.1 -> 1.1.0
This commit is contained in:
parent
7f81b2dee0
commit
3387527375
2 changed files with 857 additions and 639 deletions
File diff suppressed because it is too large
Load diff
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "surrealdb-migrations";
|
pname = "surrealdb-migrations";
|
||||||
version = "1.0.1";
|
version = "1.1.0";
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
owner = "Odonno";
|
owner = "Odonno";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-yody0F8Wkizyq7SW9OjT4cV3O9HOUYlBc7+8GwJG2cs=";
|
hash = "sha256-UnRf9HdEcKH0cOWKJIjgjNBlSVjXyk27bwB+4ftzAcs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
|
|
Loading…
Reference in a new issue