about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/ferdium/default.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2023-10-28 20:35:47 +0200
committerJörg Thalheim <joerg@thalheim.io>2023-10-28 20:36:05 +0200
commite9ddec5936f9f8b432668ab99fb1743f3c7e1fd3 (patch)
tree0480a8baad227902fd4406b93f3b0d4ec7e5b816 /pkgs/applications/networking/instant-messengers/ferdium/default.nix
parentd59ba91d5a8687a8872ce4941ef23533fc2aa009 (diff)
ferdium: 6.5.2 -> 6.6.0
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/ferdium/default.nix')
-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 2dd3f62cba6ac..61a85ae4f7c3d 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-MmDU6Hn/s4IuTYBLYbz5okzHbx+dPOoKDtMXlLmZjQw=";
-    arm64-linux_hash = "sha256-m8sygpqWiwWzbHe+n8hfVdYr0YpZNfg1B+/nf5QXoyg=";
+    amd64-linux_hash = "sha256-ZCyAz+XVp2NJVUuMWyv5ubjMaoYBsjPAye/1vO2jv/w=";
+    arm64-linux_hash = "sha256-prdVwEn6eynzjLQ+aw2CS4PJ/JgG4QFKs9WDbzjV5oo=";
   }."${arch}-linux_hash";
 in mkFranzDerivation rec {
   pname = "ferdium";
   name = "Ferdium";
-  version = "6.5.2";
+  version = "6.6.0";
   src = fetchurl {
     url = "https://github.com/ferdium/ferdium-app/releases/download/v${version}/Ferdium-linux-${version}-${arch}.deb";
     inherit hash;