about summary refs log tree commit diff
path: root/pkgs/by-name/ri
diff options
context:
space:
mode:
authoraktaboot <120214979+aktaboot@users.noreply.github.com>2024-03-25 21:39:54 +0100
committerGitHub <noreply@github.com>2024-03-25 21:39:54 +0100
commitf627921693447d108330e853ce882f79bf5ff289 (patch)
treed135a7550fac138fef17852ebeaa8b67433207b8 /pkgs/by-name/ri
parent8893c5886a8d1386c4b3ce064b13d04d79c84f9f (diff)
ricochet-refresh: 3.0.18 -> 3.0.22 (#298866)
* ricochet-refresh: 3.0.18 -> 3.0.22

* ricochet-refresh: remove darwin builds
Diffstat (limited to 'pkgs/by-name/ri')
-rw-r--r--pkgs/by-name/ri/ricochet-refresh/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ri/ricochet-refresh/package.nix b/pkgs/by-name/ri/ricochet-refresh/package.nix
index 384932ed7c857..4d753b760d696 100644
--- a/pkgs/by-name/ri/ricochet-refresh/package.nix
+++ b/pkgs/by-name/ri/ricochet-refresh/package.nix
@@ -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;
   };
 })