arc-browser: 1.49.1-51495 -> 1.51.0-51691

This commit is contained in:
DontEatOreo 2024-07-14 14:10:39 +03:00
parent 76069dafc9
commit 2a0f95dbaf
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.49.1-51495";
version = "1.51.0-51691";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-9wuZQgf8uta0ynMRe3GKqORZsCuwhvxjSpGLajCp7N8=";
hash = "sha256-d1dCx9knh7LqtRWzDsuPW1OD65CuZ9SPkOvyoDT4Q6c=";
};
nativeBuildInputs = [ undmg ];