about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/ferdium
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2023-12-26 17:55:54 +0100
committerJörg Thalheim <joerg@thalheim.io>2023-12-26 17:56:08 +0100
commitfc7331203efd82932b3a4f43f1add77d4a3baf59 (patch)
tree583abf5d462529a04afe21eff83307cdaf50e79b /pkgs/applications/networking/instant-messengers/ferdium
parent669c7d1478ec8b6b44ccd13e8db357591e1b2bce (diff)
ferdium: 6.6.0 -> 6.7.0
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/ferdium')
-rw-r--r--pkgs/applications/networking/instant-messengers/ferdium/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/ferdium/default.nix b/pkgs/applications/networking/instant-messengers/ferdium/default.nix
index 61a85ae4f7c3d..2730af4d4e651 100644
--- a/pkgs/applications/networking/instant-messengers/ferdium/default.nix
+++ b/pkgs/applications/networking/instant-messengers/ferdium/default.nix
@@ -6,13 +6,13 @@ let
     aarch64-linux = "arm64";
   }."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
   hash = {
-    amd64-linux_hash = "sha256-ZCyAz+XVp2NJVUuMWyv5ubjMaoYBsjPAye/1vO2jv/w=";
-    arm64-linux_hash = "sha256-prdVwEn6eynzjLQ+aw2CS4PJ/JgG4QFKs9WDbzjV5oo=";
+    amd64-linux_hash = "sha256-X1wGrxwENEXKhJkY8cg0iFVJTnJzWDs/4jsluq01sZM=";
+    arm64-linux_hash = "sha256-7qjM2H88rc+oGT8u4z5DzKMxu03yRDrXVJ9joK58vwM=";
   }."${arch}-linux_hash";
 in mkFranzDerivation rec {
   pname = "ferdium";
   name = "Ferdium";
-  version = "6.6.0";
+  version = "6.7.0";
   src = fetchurl {
     url = "https://github.com/ferdium/ferdium-app/releases/download/v${version}/Ferdium-linux-${version}-${arch}.deb";
     inherit hash;