Skip to content

Commit f2d9651

Browse files
affine: 0.25.5 -> 0.25.6 (#468330)
2 parents a22b289 + b47a454 commit f2d9651

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ in
4646
stdenv.mkDerivation (finalAttrs: {
4747
pname = binName;
4848

49-
version = "0.25.5";
49+
version = "0.25.6";
5050
src = fetchFromGitHub {
5151
owner = "toeverything";
5252
repo = "AFFiNE";
5353
tag = "v${finalAttrs.version}";
54-
hash = "sha256-oUTnI0jCIm1PtQepfYGYFSZhhIh0blcyWXWkRmAB0DI=";
54+
hash = "sha256-5dvt2ngpVd9TI/Rdvs/yzRGFLchQqizAKN1fHveb4w0=";
5555
};
5656

5757
cargoDeps = rustPlatform.fetchCargoVendor {
@@ -106,7 +106,7 @@ stdenv.mkDerivation (finalAttrs: {
106106
'';
107107
dontInstall = true;
108108
outputHashMode = "recursive";
109-
outputHash = "sha256-iULgio5zpmJhKofkUxA98Ze7Qy+kRfbbi5oEHYw5vzY=";
109+
outputHash = "sha256-E0ZN5DS5MbgPvr7Fs86hqkwvHnFW1PanKct4evL05ps=";
110110
};
111111

112112
buildInputs = lib.optionals hostPlatform.isDarwin [

0 commit comments

Comments
 (0)