arc-browser: 1.42.0-49714 -> 1.42.1-49918

This commit is contained in:
DontEatOreo
2024-05-15 02:01:02 +03:00
parent aaf76c3cad
commit ad2dcaa1dc
+2 -2
View File
@@ -9,11 +9,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.42.0-49714";
version = "1.42.1-49918";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-fPb4g9rGJqeXuO2ytSo/8r0RB/h/EYa763JAFNqIPY8=";
hash = "sha256-O0l2o0POyeZTqxJAahc/PfA4qS7US4AQYRnE6jSdqoE=";
};
nativeBuildInputs = [ undmg ];