Unverified Commit c33e748d authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

affine: 0.16.0 -> 0.17.0 (#344238)

parents 434cc988 751f2a67
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,10 +16,10 @@ stdenvNoCC.mkDerivation (finalAttrs: let
  };
in {
  pname = "affine";
  version = "0.16.0";
  version = "0.17.0";
  src = fetchurl {
    url = "https://github.com/toeverything/AFFiNE/releases/download/v${finalAttrs.version}/affine-${finalAttrs.version}-stable-linux-x64.zip";
    hash = "sha256-6F6BzEnseqdzkEUVgUa9eu7MkyNsvucK9lGL+dsKhwc=";
    hash = "sha256-7Gaiv3XBxpHcI4curNlkN8kXcJZrD4WQS8ciqcabRMs=";
  };
  nativeBuildInputs = [
    copyDesktopItems