Commit ec7a14e5 authored by R. RyanTM's avatar R. RyanTM
Browse files

affine: 0.20.4 -> 0.20.5

parent 0bf41acf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {