File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/tools/database/surrealdb-migrations Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212let
1313 pname = "surrealdb-migrations" ;
14- version = "2.1.2 " ;
14+ version = "2.2.0 " ;
1515in
1616rustPlatform . 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
You can’t perform that action at this time.
0 commit comments