arc-browser: 1.48.2-51225 -> 1.49.0-51346

Changelog:https://arc.net/e/6FEF79EA-4445-4691-9B04-FAAB1CA1C9D4
This commit is contained in:
DontEatOreo 2024-06-30 16:16:56 +03:00
parent 5fcaab4f09
commit 6e7be5e680
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.48.2-51225";
version = "1.49.0-51346";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-8VukOTt94nstaGRuTQg32HNPEaGBQtJGqRYgKLSD/TY=";
hash = "sha256-XrFDYzRUGCSyM8E+zHK/OZMKWYI9kCxUQ2TI98htPWk=";
};
nativeBuildInputs = [ undmg ];