Merge pull request #327672 from redyf/update-AFFiNE
affine: 0.15.2 -> 0.15.6
This commit is contained in:
commit
03d4c49c89
@ -18,10 +18,10 @@ stdenvNoCC.mkDerivation (finalAttrs: let
|
|||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
pname = "affine";
|
pname = "affine";
|
||||||
version = "0.15.2";
|
version = "0.15.6";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/toeverything/AFFiNE/releases/download/v${finalAttrs.version}/affine-${finalAttrs.version}-stable-linux-x64.zip";
|
url = "https://github.com/toeverything/AFFiNE/releases/download/v${finalAttrs.version}/affine-${finalAttrs.version}-stable-linux-x64.zip";
|
||||||
hash = "sha256-Nu5s/0sP4exRtfjd058tD5jzDezPHnHjm5CJxOLJvVE=";
|
hash = "sha256-0XlKmjL9rYUYIMgpJ9knM+RbtLlzB1P5Rk62naTmznw=";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
copyDesktopItems
|
copyDesktopItems
|
||||||
@ -61,7 +61,7 @@ in {
|
|||||||
homepage = "https://affine.pro/";
|
homepage = "https://affine.pro/";
|
||||||
downloadPage = "https://affine.pro/download";
|
downloadPage = "https://affine.pro/download";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [richar];
|
maintainers = with maintainers; [richar redyf];
|
||||||
mainProgram = "affine";
|
mainProgram = "affine";
|
||||||
platforms = ["x86_64-linux"];
|
platforms = ["x86_64-linux"];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user