Merge pull request #317887 from aaronjheng/ricochet-refresh

ricochet-refresh: 3.0.23 -> 3.0.24
This commit is contained in:
kirillrdy 2024-06-14 20:32:42 +00:00 committed by GitHub
commit a9c7f94f4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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

@ -29006,6 +29006,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 { };