arc-browser: 1.67.0-55463 -> 1.69.0-55816

Changelog: https://arc.net/e/F4A65D2F-9963-4D57-9361-BEC148679669
This commit is contained in:
DontEatOreo 2024-11-14 22:16:17 +00:00
parent 6e88b6175a
commit 5a826b77eb
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.67.0-55463";
version = "1.69.0-55816";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-up3H6Ke3tlL0/WbOv4qgbLxBaG8o5dibAPxtEnSad6g=";
hash = "sha256-v9tZE0/Kv90yR1vrflPAZH6n25bdI5AHskUSHz91USU=";
};
nativeBuildInputs = [ undmg ];