Unverified Commit fb5fb7fd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #314857 from NixOS/backport-314650-to-release-24.05

[Backport release-24.05] arc-browser: 1.43.1-50198 -> 1.44.2-50412
parents 42e32771 f5c37d32
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "arc-browser";
  version = "1.43.1-50198";
  version = "1.44.2-50412";

  src = fetchurl {
    url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
    hash = "sha256-++C3COEs0ycfj+vV4PdlWloc4M0hGZG5fdJ+rbyBo7w=";
    hash = "sha256-0UrvCTGnbt+jQ4UpEt5vsgKZ/UDJz3I1obK4GPshNjg=";
  };

  nativeBuildInputs = [ undmg ];