arc-browser: 1.81.0-58533 -> 1.82.1-58845

Changelog: https://arc.net/e/22647123-1ABC-48AB-A4C5-9EB704D87AEB
This commit is contained in:
DontEatOreo
2025-02-16 15:43:21 +00:00
parent 99daaeb43b
commit ba58d8a68f
+2 -2
View File
@@ -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 ];