arc-browser: 1.58.1-53264 -> 1.61.0-53949

Changelog: https://arc.net/e/2ADFA60D-66AF-42A2-9775-DA1E8152D050
This commit is contained in:
DontEatOreo 2024-09-20 19:49:49 +03:00
parent 039db25806
commit 8acb91888a
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.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 ];