[Backport release-24.05] arc-browser: 1.58.1-53264 -> 1.61.0-53949 (#343495)

This commit is contained in:
Nick Cao
2024-09-21 17:22:32 -04:00
committed by GitHub

View File

@@ -9,11 +9,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.58.1-53264";
version = "1.61.0-53949";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-xX2Wn0bhPeTn/flz5GiDJ8pnQj3HREc8wqJDlsjI+hs=";
hash = "sha256-FuRWi4+vPt31bd3muMDEn3Fu20h9oWEd1XuPJU7W1OU=";
};
nativeBuildInputs = [ undmg ];