arc-browser: 1.43.0-50018 -> 1.43.1-50198

This commit is contained in:
DontEatOreo 2024-05-21 20:41:33 +03:00
parent 4fbbc17ccf
commit 7f6d5b032a
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.43.0-50018";
version = "1.43.1-50198";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-naYL4AHmo8L1kxlkuCxqEBFWZZ14Nj+wUxzHGB1vNfw=";
hash = "sha256-++C3COEs0ycfj+vV4PdlWloc4M0hGZG5fdJ+rbyBo7w=";
};
nativeBuildInputs = [ undmg ];