affine: 0.15.6 -> 0.15.7

This commit is contained in:
redyf
2024-07-23 18:09:48 -03:00
parent 6f3bb7dca6
commit 57e341c27d
+2 -2
View File
@@ -18,10 +18,10 @@ stdenvNoCC.mkDerivation (finalAttrs: let
};
in {
pname = "affine";
version = "0.15.6";
version = "0.15.7";
src = fetchurl {
url = "https://github.com/toeverything/AFFiNE/releases/download/v${finalAttrs.version}/affine-${finalAttrs.version}-stable-linux-x64.zip";
hash = "sha256-0XlKmjL9rYUYIMgpJ9knM+RbtLlzB1P5Rk62naTmznw=";
hash = "sha256-CbbCYcZ6z5Prj9GwIoneHU3LUsae0S4o40LgunLmQ8s=";
};
nativeBuildInputs = [
copyDesktopItems