arc-browser: 1.83.0-59042 -> 1.87.1-60573

Chnagelog: https://arc.net/e/B4EC4E0D-07F2-4B9F-BA8A-1CA32EFEF2E4
This commit is contained in:
DontEatOreo
2025-04-02 01:31:39 +03:00
parent 65eda81688
commit 6411c4e50f
+2 -2
View File
@@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.83.0-59042";
version = "1.87.1-60573";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-GJuWBbzp9XuzxCu/dr/28mkrAclwTAAHB9n87Daw0HE=";
hash = "sha256-UiB5MQl7hRl6nPu4xiwOdhC40bHYIcpPNtWg98HqCJc=";
};
nativeBuildInputs = [ undmg ];