Merge pull request #264011 from Mic92/ferdium

ferdium: 6.5.2 -> 6.6.0

authored by

André Silva and committed by
GitHub
2ab8359b 73789784

+3 -3
+3 -3
pkgs/applications/networking/instant-messengers/ferdium/default.nix
··· 6 aarch64-linux = "arm64"; 7 }."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 8 hash = { 9 - amd64-linux_hash = "sha256-MmDU6Hn/s4IuTYBLYbz5okzHbx+dPOoKDtMXlLmZjQw="; 10 - arm64-linux_hash = "sha256-m8sygpqWiwWzbHe+n8hfVdYr0YpZNfg1B+/nf5QXoyg="; 11 }."${arch}-linux_hash"; 12 in mkFranzDerivation rec { 13 pname = "ferdium"; 14 name = "Ferdium"; 15 - version = "6.5.2"; 16 src = fetchurl { 17 url = "https://github.com/ferdium/ferdium-app/releases/download/v${version}/Ferdium-linux-${version}-${arch}.deb"; 18 inherit hash;
··· 6 aarch64-linux = "arm64"; 7 }."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 8 hash = { 9 + amd64-linux_hash = "sha256-ZCyAz+XVp2NJVUuMWyv5ubjMaoYBsjPAye/1vO2jv/w="; 10 + arm64-linux_hash = "sha256-prdVwEn6eynzjLQ+aw2CS4PJ/JgG4QFKs9WDbzjV5oo="; 11 }."${arch}-linux_hash"; 12 in mkFranzDerivation rec { 13 pname = "ferdium"; 14 name = "Ferdium"; 15 + version = "6.6.0"; 16 src = fetchurl { 17 url = "https://github.com/ferdium/ferdium-app/releases/download/v${version}/Ferdium-linux-${version}-${arch}.deb"; 18 inherit hash;