arc-browser: 1.38.0-48670 -> 1.40.0-49176

Changelog: https://arc.net/e/C9CC29D6-3462-410D-B7AE-5F2A1850F458
This commit is contained in:
DontEatOreo 2024-04-25 19:16:20 +03:00
parent 43129fa776
commit c8b21b8be9
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.38.0-48670";
version = "1.40.0-49176";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-6LJEIkr1NA8HHxbLWtd/OTlPPErh05UTjVhjuZVcmTg=";
hash = "sha256-SjdlMEhmO00ADWTFR4u9fHKWbbQRAC/UstXIoshgYuA=";
};
nativeBuildInputs = [ undmg ];