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