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 1010
1111let
1212 pname = "surrealdb-migrations" ;
13- version = "2.0.0-preview.1 " ;
13+ version = "2.0.0-preview.2 " ;
1414in
1515rustPlatform . buildRustPackage rec {
1616 inherit pname version ;
@@ -19,10 +19,10 @@ rustPlatform.buildRustPackage rec {
1919 owner = "Odonno" ;
2020 repo = pname ;
2121 rev = "v${ version } " ;
22- hash = "sha256-Ijuohu/KgHN5Ux2aWIGJQF9z6vmDPAyE7Sy66zX7nd8 =" ;
22+ hash = "sha256-GrgBDuyXnwmaq55LWTnNGsichfoQ+/arSxLhl3ymbDM =" ;
2323 } ;
2424
25- cargoHash = "sha256-4YTcWKyVrlgGA1hpoRszB5qn0qa/lizvvGXdfQJoxlc =" ;
25+ cargoHash = "sha256-7AdaUz43GHHhS1WoOD7qT4ZleBXc+Sp2/7/UHcSppTs =" ;
2626
2727 buildInputs = [ ]
2828 ++ lib . optionals stdenv . isDarwin [ Security ] ;
You can’t perform that action at this time.
0 commit comments