arc-browser: 1.78.1-57736 -> 1.79.0-57949 (#377856)

This commit is contained in:
Nick Cao
2025-01-30 18:29:14 -05:00
committed by GitHub
+2 -2
View File
@@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.78.1-57736";
version = "1.79.0-57949";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-n81GMJ1Lhx8z/wwicyEKCbJM7WVi0mepSbefSXMuM3g=";
hash = "sha256-qGcqtBLy83/5PtDxaB3aD5fCeSGQ1/63EpLCA26TDgM=";
};
nativeBuildInputs = [ undmg ];