arc-browser: 1.101.0-64746 -> 1.106.0-66192

This commit is contained in:
DontEatOreo
2025-08-04 01:48:37 +03:00
parent 51d4adf6c8
commit 130702106c
+2 -2
View File
@@ -11,11 +11,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.101.0-64746";
version = "1.106.0-66192";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-u391hQB+Fqw21cu9GQglOkPHie+8uK8FTxSLWLAH0eA=";
hash = "sha256-AlM0wJ/2okrxw2ZpMPodlSVQaMMkBPf5iIN4bnMTaME=";
};
nativeBuildInputs = [ undmg ];