affine: 0.13.1 -> 0.13.3

This commit is contained in:
riChar 2024-03-29 10:45:16 +08:00
parent 2d216878fd
commit 8ddb0e2dba
No known key found for this signature in database
GPG Key ID: 97216D7B1FFB3806
1 changed files with 2 additions and 2 deletions

View File

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