mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
matrix-continuwuity: 0.5.0-rc.8 -> 0.5.0-rc.8.1 (#462795)
This commit is contained in:
commit
996a37dbde
1 changed files with 4 additions and 3 deletions
|
|
@ -77,17 +77,17 @@ let
|
|||
in
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "matrix-continuwuity";
|
||||
version = "0.5.0-rc.8";
|
||||
version = "0.5.0-rc.8.1";
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "forgejo.ellis.link";
|
||||
owner = "continuwuation";
|
||||
repo = "continuwuity";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-5XjEwEYzWANm2k0GKFuHV3no65ReWPbCq+xMUH13zuI=";
|
||||
hash = "sha256-UHlKAYgIkVtZJV+H2Xl7HssV03Q3XNxluMfLRY2e+Do=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-uMr1DLwiMwIKN5IeALwQfh2xmAGPyQtxvT/uM0gfPvA=";
|
||||
cargoHash = "sha256-imfpl+72zlqeEREdTGFG3bsMdPTXe/sb1uGvMC6BGT0=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
|
|
@ -125,6 +125,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
"url_preview"
|
||||
"zstd_compression"
|
||||
"bindgen-runtime"
|
||||
"ldap"
|
||||
]
|
||||
++ lib.optional enableBlurhashing "blurhashing"
|
||||
++ lib.optional enableJemalloc [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue