arc-browser: 1.91.2-62278 -> 1.97.0-63507

This commit is contained in:
DontEatOreo 2025-05-24 17:05:35 +03:00
parent 2f22dc972e
commit c65ce3613c
No known key found for this signature in database

View File

@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.91.2-62278";
version = "1.97.0-63507";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-8ry7FomJem6rMv3q6w0LffWl3bDHSdyxlWzDf58oNnc=";
hash = "sha256-8HdPyJJT1boiMpflIe6wX4oOTqw4oKm982gm1Ei8h4w=";
};
nativeBuildInputs = [ undmg ];