Commit f5c37d32 authored by DontEatOreo's avatar DontEatOreo Committed by github-actions[bot]
Browse files

arc-browser: 1.43.1-50198 -> 1.44.2-50412

Changelog: https://arc.net/e/C56904FA-1C75-4D77-9A87-E7F1A52529CD
(cherry picked from commit 76ef308d)
parent a9fc3b08
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.43.1-50198";
  version = "1.44.2-50412";

  src = fetchurl {
    url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
    hash = "sha256-++C3COEs0ycfj+vV4PdlWloc4M0hGZG5fdJ+rbyBo7w=";
    hash = "sha256-0UrvCTGnbt+jQ4UpEt5vsgKZ/UDJz3I1obK4GPshNjg=";
  };

  nativeBuildInputs = [ undmg ];