mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
ricochet-refresh: 3.0.23 -> 3.0.24
This commit is contained in:
parent
1826895dfc
commit
af05a4e395
2 changed files with 7 additions and 6 deletions
|
@ -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";
|
||||
|
|
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue