lol

surrealdb-migrations: 2.1.2 -> 2.2.0 (#382586)

authored by

Yt and committed by
GitHub
6c2b1b2f 1a1bcd2d

+3 -3
+3 -3
pkgs/development/tools/database/surrealdb-migrations/default.nix
··· 11 11 12 12 let 13 13 pname = "surrealdb-migrations"; 14 - version = "2.1.2"; 14 + version = "2.2.0"; 15 15 in 16 16 rustPlatform.buildRustPackage rec { 17 17 inherit pname version; ··· 20 20 owner = "Odonno"; 21 21 repo = pname; 22 22 rev = "v${version}"; 23 - hash = "sha256-U44TaixLjLgQJQGohBydWPLt6GTPVORQDYtuoniSY0Q="; 23 + hash = "sha256-OiH3O74tJQFAW+ZyyspvOXUMcWkqjpd4GVU4cKn1jBg="; 24 24 }; 25 25 26 26 useFetchCargoVendor = true; 27 - cargoHash = "sha256-Jw6Dj6LRiOwIqZABS58l795TpQxyLY7pTQm2I9+r+Nc="; 27 + cargoHash = "sha256-dx5fGtKE0wfjQgTi5HBce6Afmc+0rJA24IRhrBirZbo="; 28 28 29 29 buildInputs = [ ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security ]; 30 30