File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646stdenv . 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 [
You can’t perform that action at this time.
0 commit comments