affine: 0.20.4 -> 0.20.5

This commit is contained in:
R. Ryantm
2025-03-15 05:30:59 +00:00
parent 0bf41acf48
commit ec7a14e532
+2 -2
View File
@@ -41,12 +41,12 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = binName;
version = "0.20.4";
version = "0.20.5";
src = fetchFromGitHub {
owner = "toeverything";
repo = "AFFiNE";
tag = "v${finalAttrs.version}";
hash = "sha256-NbxV6b84aWoSloSX5FSOlLVpXJB2FPBR//YH5MFM6v4=";
hash = "sha256-eMVHwjJe6u3A3Dxo6SurusRuMksp/moPmXAUv0FXBwc=";
};
cargoDeps = rustPlatform.fetchCargoVendor {