Skip to content

Commit

Permalink
Update FirefoxDev
Browse files Browse the repository at this point in the history
  • Loading branch information
yshym committed Nov 14, 2023
1 parent 41ec546 commit 46ba223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/FirefoxDev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
pname = "FirefoxDev";
version = "111.0b8";
version = "120.0b9";

buildInputs = [ undmg ];
sourceRoot = ".";
Expand All @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
name = "FirefoxDev-${version}.dmg";
url =
"https://download-installer.cdn.mozilla.net/pub/devedition/releases/${version}/mac/en-GB/Firefox%20${version}.dmg";
sha256 = "sha256-SuN4STPYgPolBvHbsK08SXrLdNNY5dMWLPKTXCnsVao=";
sha256 = "sha256-Nf5FphzD909gB5b7KjI7Tb8r2kh5DvdoQklhlKeKEDo=";
};

meta = with lib; {
Expand Down

0 comments on commit 46ba223

Please sign in to comment.