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

arc-browser: 1.81.0-58533 -> 1.82.1-58845 (#382595)

parents ca76a7d6 ba58d8a6
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.81.0-58533";
  version = "1.82.1-58845";

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

  nativeBuildInputs = [ undmg ];