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>2024-03-10 08:55:52 +0100
committerJörg Thalheim <joerg@thalheim.io>2024-03-10 08:56:15 +0100
commitaf7c614e5a05dd0e459b451be2b5c6a722bae58f (patch)
tree9946d159010588bbab417a78ab08f8be85c625ec /pkgs/applications/networking/instant-messengers/ferdium
parent32d81c082310d52eb0aaee392847157b2a95eb58 (diff)
ferdium: 6.7.0 -> 6.7.1
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 2730af4d4e651..a2fe31c1099de 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-X1wGrxwENEXKhJkY8cg0iFVJTnJzWDs/4jsluq01sZM=";
-    arm64-linux_hash = "sha256-7qjM2H88rc+oGT8u4z5DzKMxu03yRDrXVJ9joK58vwM=";
+    amd64-linux_hash = "sha256-ERAMFb69Y2kWiHIBn4ITEZJlx+YIpzqDye80vchOXl0=";
+    arm64-linux_hash = "sha256-B3zlhxJQaDoZ69nu/dXUbY2qxJ6FAp4CqU8+TLoNwsg=";
   }."${arch}-linux_hash";
 in mkFranzDerivation rec {
   pname = "ferdium";
   name = "Ferdium";
-  version = "6.7.0";
+  version = "6.7.1";
   src = fetchurl {
     url = "https://github.com/ferdium/ferdium-app/releases/download/v${version}/Ferdium-linux-${version}-${arch}.deb";
     inherit hash;