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

View File

@ -29027,6 +29027,10 @@ with pkgs;
redhat-official-fonts = callPackage ../data/fonts/redhat-official { }; 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 { }; rime-data = callPackage ../data/misc/rime-data { };
roapi-http = callPackage ../servers/roapi/http.nix { }; roapi-http = callPackage ../servers/roapi/http.nix { };