affine: 0.13.3 -> 0.14.3

https://github.com/toeverything/AFFiNE/releases/tag/v0.14.3
This commit is contained in:
Redyf 2024-05-09 13:12:44 -03:00
parent 44f2049e2f
commit 52a182f233

View File

@ -18,10 +18,10 @@ stdenvNoCC.mkDerivation (finalAttrs: let
};
in {
pname = "affine";
version = "0.13.3";
version = "0.14.3";
src = fetchurl {
url = "https://github.com/toeverything/AFFiNE/releases/download/v${finalAttrs.version}/affine-${finalAttrs.version}-stable-linux-x64.zip";
hash = "sha256-w/5X7PFLHVILg1XCYkGefBQ4c+Ko+ME0Lu8iAtCaTFg=";
hash = "sha256-/dKvRr0cH9mLF1y6FGFRDlsFXaymEmb55AZ37Ti0PU4=";
};
nativeBuildInputs = [
copyDesktopItems