ferdium: 6.7.7 -> 7.0.0

This commit is contained in:
André Silva 2024-11-20 10:37:19 +00:00
parent 2ebd316de9
commit 68abfed446
No known key found for this signature in database
GPG Key ID: 7C34FA12A023DC55

View File

@ -6,14 +6,14 @@ let
aarch64-linux = "arm64"; aarch64-linux = "arm64";
}."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); }."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
hash = { hash = {
amd64-linux_hash = "sha256-5OW10sABNNYQNUgorM634j5oiBhJJby1ymH6UcmknRg="; amd64-linux_hash = "sha256-Ey2FhekQVSYB0ki4U3HyuKs/URgtZMCl41jkPsZMNrQ=";
arm64-linux_hash = "sha256-zbO/8RU2SDV1h4gKdxKbvNFFSj6p3ybmPkpKsrup4No="; arm64-linux_hash = "sha256-oiimMFwwkBOwqlCSFoGQSYHsDpcjTQingyuBkYz8fvA=";
}."${arch}-linux_hash"; }."${arch}-linux_hash";
in in
mkFranzDerivation rec { mkFranzDerivation rec {
pname = "ferdium"; pname = "ferdium";
name = "Ferdium"; name = "Ferdium";
version = "6.7.7"; version = "7.0.0";
src = fetchurl { src = fetchurl {
url = "https://github.com/ferdium/ferdium-app/releases/download/v${version}/Ferdium-linux-${version}-${arch}.deb"; url = "https://github.com/ferdium/ferdium-app/releases/download/v${version}/Ferdium-linux-${version}-${arch}.deb";
inherit hash; inherit hash;