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:
aktaboot 2024-03-25 21:39:54 +01:00 committed by GitHub
parent 8893c5886a
commit f627921693
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};
})