Unverified Commit 171c9f23 authored by DontEatOreo's avatar DontEatOreo
Browse files

arc-browser: 1.82.1-58845 -> 1.83.0-59042

parent 7b4a15a6
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 ];