arc-browser: 1.66.0-55166 -> 1.67.0-55463

Changelog: https://arc.net/e/D9ABB038-2D44-497D-9C1A-6AF5CC9F11D6
This commit is contained in:
DontEatOreo 2024-11-02 13:52:51 +00:00
parent 9178294836
commit 47d3c21a32
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.66.0-55166";
version = "1.67.0-55463";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-up+ScCjFgxlATUbCeWZcVF2jZGfCw018MfT6kAqAHO4=";
hash = "sha256-up3H6Ke3tlL0/WbOv4qgbLxBaG8o5dibAPxtEnSad6g=";
};
nativeBuildInputs = [ undmg ];