File tree Expand file tree Collapse file tree 2 files changed +3
-35
lines changed
pkgs/by-name/su/surrealdb Expand file tree Collapse file tree 2 files changed +3
-35
lines changed Original file line number Diff line number Diff line change 1616in
1717rustPlatform . buildRustPackage rec {
1818 pname = "surrealdb" ;
19- version = "1.5.4 " ;
19+ version = "1.5.5 " ;
2020
2121 src = fetchFromGitHub {
2222 owner = "surrealdb" ;
2323 repo = "surrealdb" ;
2424 rev = "v${ version } " ;
25- hash = "sha256-KtR+qU2Xys4NkEARZBbO8mTPa7EI9JplWvXdtuLt2vE =" ;
25+ hash = "sha256-C2ppLbNv68qpl2bcqWp/PszcCeGCsD0LbEdAM9P1asg =" ;
2626 } ;
2727
28- cargoPatches = [
29- ./time.patch # TODO: remove when https://github.com/surrealdb/surrealdb/pull/4565 merged
30- ] ;
31-
32- cargoHash = "sha256-5qIIPdE6HYov5EIR4do+pMeZ1Lo3at39aKOP9scfMy8=" ;
28+ cargoHash = "sha256-gLepa9JxY9AYyGepV6Uzt1g7apkKWJxf0SiNCSkjUDg=" ;
3329
3430 # error: linker `aarch64-linux-gnu-gcc` not found
3531 postPatch = ''
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments