Merge pull request #323637 from r-ryantm/auto-update/ricochet-refresh

ricochet-refresh: 3.0.24 -> 3.0.25
This commit is contained in:
h7x4 2024-07-02 22:01:06 +02:00 committed by GitHub
commit f35d30f39c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ricochet-refresh";
version = "3.0.24";
version = "3.0.25";
src = fetchFromGitHub {
owner = "blueprint-freespeech";
repo = "ricochet-refresh";
rev = "v${finalAttrs.version}-release";
fetchSubmodules = true;
hash = "sha256-xz1cyNQgmXUIZc56OHwWZCGVNpp7CFFyCd0EvAas4zw=";
hash = "sha256-MXbsNrF3y2DimXUuf6XbqqCxcNsTGfNHSAMstdX1MoU=";
};
sourceRoot = "${finalAttrs.src.name}/src";