arc-browser: 1.87.1-60573 -> 1.90.1-61364

This commit is contained in:
Tom
2025-04-17 17:09:37 +02:00
committed by GitHub
parent 5aaa9c5f95
commit ce9ec7ae77
+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 ];