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

Merge pull request #333967 from DontEatOreo/update-arc-browser

arc-browser: 1.52.0-51895 -> 1.55.0-52417
parents 7893fd48 60cc1292
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "arc-browser";
  version = "1.52.0-51895";
  version = "1.55.0-52417";

  src = fetchurl {
    url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
    hash = "sha256-IGUrU6J7xI0ay/ZQaC6xaI+Tl7ateAVOpGxtmR0yGIA=";
    hash = "sha256-8r5SAnk1iPqqad1RKVDXkqd6tHUQCRRYnkWrQdyub+o=";
  };

  nativeBuildInputs = [ undmg ];