Unverified Commit 16bfc8d2 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

affine: 0.20.4 -> 0.20.5 (#390020)

parents fa7e6077 ec7a14e5
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 {