Unverified Commit 8bb26ac8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

arc-browser: 1.82.1-58845 -> 1.83.0-59042 (#384549)

parents 9880bf7e 171c9f23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "arc-browser";
  version = "1.82.1-58845";
  version = "1.83.0-59042";

  src = fetchurl {
    url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
    hash = "sha256-RsNCPibndoscdlnBe70jmbsa1GrgwpN89+BTywPCBB4=";
    hash = "sha256-GJuWBbzp9XuzxCu/dr/28mkrAclwTAAHB9n87Daw0HE=";
  };

  nativeBuildInputs = [ undmg ];