arc-browser: 1.87.1-60573 -> 1.90.1-61364 (#399495)

This commit is contained in:
Nick Cao
2025-04-17 17:00:55 -04:00
committed by GitHub
+2 -2
View File
@@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.87.1-60573";
version = "1.90.1-61364";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-UiB5MQl7hRl6nPu4xiwOdhC40bHYIcpPNtWg98HqCJc=";
hash = "sha256-lQelLROhnefvcUholJlABaIgmWebFYGu5rmbnAtHs1c=";
};
nativeBuildInputs = [ undmg ];