ricochet-refresh: 3.0.18 -> 3.0.22 (#298866)
* ricochet-refresh: 3.0.18 -> 3.0.22 * ricochet-refresh: remove darwin builds
This commit is contained in:
parent
8893c5886a
commit
f627921693
1 changed files with 3 additions and 3 deletions
|
@ -13,13 +13,13 @@ let
|
|||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "ricochet-refresh";
|
||||
version = "3.0.18";
|
||||
version = "3.0.22";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "blueprint-freespeech";
|
||||
repo = "ricochet-refresh";
|
||||
rev = "v${finalAttrs.version}-release";
|
||||
hash = "sha256-QN2cxcYWGoszPdrWv+4FoTGNjQViK/OwxbBC6uoDhfA=";
|
||||
hash = "sha256-xPOAtH+K3WTPjbDw4ZhwpO2+wUYe5JdqKdtfNKQbgSM=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
@ -75,6 +75,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://www.ricochetrefresh.net/";
|
||||
downloadPage = "https://github.com/blueprint-freespeech/ricochet-refresh/releases";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.unix;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue