Skip to content

Commit 36fafd7

Browse files
affine: 0.20.2 -> 0.20.3 (#386317)
Co-authored-by: xiaoxiangmoe <[email protected]>
2 parents bc9c870 + 8caf4f8 commit 36fafd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/af/affine/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ in
4141
stdenv.mkDerivation (finalAttrs: {
4242
pname = binName;
4343

44-
version = "0.20.2";
44+
version = "0.20.3";
4545
src = fetchFromGitHub {
4646
owner = "toeverything";
4747
repo = "AFFiNE";
4848
tag = "v${finalAttrs.version}";
49-
hash = "sha256-MbDc0p0Mvjd5Hhysy4iYuDJpjRc9tj2dUuj4ta6Ux3k=";
49+
hash = "sha256-L6+ZJ4U/mz1Z/Ql7v5pukZ1DLjhaSnvFvvQYDAdR2Zk=";
5050
};
5151

5252
cargoDeps = rustPlatform.fetchCargoVendor {
5353
inherit (finalAttrs) pname version src;
54-
hash = "sha256-r7oKeW43nib1AAdb22+PEP8PLcRcuAM1vjLlcZEeMP0=";
54+
hash = "sha256-Ob+A7NMTFuJ2wmRkHmemHnqkEAiY7G8NyxXXrT7NTR8=";
5555
};
5656
yarnOfflineCache = stdenvNoCC.mkDerivation {
5757
name = "yarn-offline-cache";
@@ -96,7 +96,7 @@ stdenv.mkDerivation (finalAttrs: {
9696
'';
9797
dontInstall = true;
9898
outputHashMode = "recursive";
99-
outputHash = "sha256-BMyDIoW9pNvS5BRMN+Wxu+3EFKCiuSdTGsljel7/wUM=";
99+
outputHash = "sha256-e5GNWgeYw4CcpOGDd/LNk+syBupqAuws0hz+wUbaFL4=";
100100
};
101101
nativeBuildInputs =
102102
[

0 commit comments

Comments
 (0)