affine: 0.15.7 -> 0.16.0

https://github.com/toeverything/AFFiNE/releases/tag/v0.16.0
This commit is contained in:
redyf 2024-08-09 21:15:36 -03:00
parent 4b99298c2b
commit efd0350756

View File

@ -16,10 +16,10 @@ stdenvNoCC.mkDerivation (finalAttrs: let
};
in {
pname = "affine";
version = "0.15.7";
version = "0.16.0";
src = fetchurl {
url = "https://github.com/toeverything/AFFiNE/releases/download/v${finalAttrs.version}/affine-${finalAttrs.version}-stable-linux-x64.zip";
hash = "sha256-CbbCYcZ6z5Prj9GwIoneHU3LUsae0S4o40LgunLmQ8s=";
hash = "sha256-6F6BzEnseqdzkEUVgUa9eu7MkyNsvucK9lGL+dsKhwc=";
};
nativeBuildInputs = [
copyDesktopItems