ricochet-refresh: 3.0.23 -> 3.0.24

This commit is contained in:
Aaron Jheng 2024-06-07 10:08:22 +08:00
parent 1826895dfc
commit af05a4e395
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
2 changed files with 7 additions and 6 deletions

View File

@ -3,24 +3,21 @@
, fetchFromGitHub
, qt5
, openssl
, protobuf3_20 # https://github.com/blueprint-freespeech/ricochet-refresh/issues/178
, protobuf
, pkg-config
, cmake
}:
let
protobuf = protobuf3_20;
in
stdenv.mkDerivation (finalAttrs: {
pname = "ricochet-refresh";
version = "3.0.23";
version = "3.0.24";
src = fetchFromGitHub {
owner = "blueprint-freespeech";
repo = "ricochet-refresh";
rev = "v${finalAttrs.version}-release";
hash = "sha256-Wz53KeI3t12MqnvGuGS8Jd9gDY4eCTc5wcXBDHp5m0U=";
fetchSubmodules = true;
hash = "sha256-xz1cyNQgmXUIZc56OHwWZCGVNpp7CFFyCd0EvAas4zw=";
};
sourceRoot = "${finalAttrs.src.name}/src";

View File

@ -29027,6 +29027,10 @@ with pkgs;
redhat-official-fonts = callPackage ../data/fonts/redhat-official { };
ricochet-refresh = callPackage ../by-name/ri/ricochet-refresh/package.nix {
protobuf = protobuf_21; # https://github.com/blueprint-freespeech/ricochet-refresh/issues/178
};
rime-data = callPackage ../data/misc/rime-data { };
roapi-http = callPackage ../servers/roapi/http.nix { };