arc-browser: 1.40.0-49176 -> 1.41.0-49440

Changelog: https://arc.net/e/7E140108-9513-4209-97CE-F64F89F236F5
This commit is contained in:
DontEatOreo 2024-05-02 18:30:55 +03:00
parent a50a194359
commit 46a533c9be
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.40.0-49176";
version = "1.41.0-49440";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-SjdlMEhmO00ADWTFR4u9fHKWbbQRAC/UstXIoshgYuA=";
hash = "sha256-+3XK94LX2UBof7cUpVzc4DTyp9xMH2v5n7LQD4gdANA=";
};
nativeBuildInputs = [ undmg ];