Merge pull request #310374 from redyf/update-affine

affine: 0.13.3 -> 0.14.3
This commit is contained in:
Marcus Ramberg 2024-05-11 01:53:47 +02:00 committed by GitHub
commit 5f4abadbe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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