arc-browser: 1.51.0-51691 -> 1.52.0-51895

Changelog: https://arc.net/e/60112968-86B0-4696-9438-5DAB53B397C3
This commit is contained in:
DontEatOreo 2024-07-23 15:39:29 +03:00
parent f9e9e91587
commit c8d5c48680
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -9,11 +9,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.51.0-51691";
version = "1.52.0-51895";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-d1dCx9knh7LqtRWzDsuPW1OD65CuZ9SPkOvyoDT4Q6c=";
hash = "sha256-IGUrU6J7xI0ay/ZQaC6xaI+Tl7ateAVOpGxtmR0yGIA=";
};
nativeBuildInputs = [ undmg ];