Skip to content

Commit

Permalink
Merge pull request NixOS#329750 from NixOS/backport-329401-to-release…
Browse files Browse the repository at this point in the history
…-24.05

[Backport release-24.05] arc-browser: 1.51.0-51691 -> 1.52.0-51895
  • Loading branch information
NickCao authored Jul 25, 2024
2 parents 290dd59 + e389ca9 commit a1cc729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ar/arc-browser/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.51.0-51691";
version = "1.52.0-51895";

src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-d1dCx9knh7LqtRWzDsuPW1OD65CuZ9SPkOvyoDT4Q6c=";
hash = "sha256-IGUrU6J7xI0ay/ZQaC6xaI+Tl7ateAVOpGxtmR0yGIA=";
};

nativeBuildInputs = [ undmg ];
Expand Down

0 comments on commit a1cc729

Please sign in to comment.