mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-16 01:45:11 +00:00
ferdium: 6.7.7 -> 7.0.0
This commit is contained in:
parent
2ebd316de9
commit
68abfed446
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user