-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge staging-next-24.05 into staging-24.05
- Loading branch information
Showing
16 changed files
with
155 additions
and
6,030 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
pkgs/applications/networking/browsers/microsoft-edge/default.nix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
beta = import ./browser.nix { | ||
channel = "beta"; | ||
version = "128.0.2739.42"; | ||
version = "129.0.2792.12"; | ||
revision = "1"; | ||
hash = "sha256-VcBn2WL4rdAeEa62XT/dhC2OFLsV0Q/Sp6hqgmc/e0Y="; | ||
hash = "sha256-LWu5DKCoGSFqUZqgvKx3aoZRzAf6FR3hJnk/agAV9sI="; | ||
}; | ||
dev = import ./browser.nix { | ||
channel = "dev"; | ||
version = "129.0.2779.0"; | ||
version = "129.0.2792.10"; | ||
revision = "1"; | ||
hash = "sha256-hlamsHTpBMGwOICga0k874q8+xuaZFMofFLG/EvB0NU="; | ||
hash = "sha256-jw/muaunLlrtZADrD7asVH+o/u3cp3NyvjRXqPWyHJI="; | ||
}; | ||
stable = import ./browser.nix { | ||
channel = "stable"; | ||
version = "128.0.2739.42"; | ||
version = "128.0.2739.54"; | ||
revision = "1"; | ||
hash = "sha256-AwdZX2Ens2+rhHLYV0efYsXYBTs2a57HyGz2k+IDMeQ="; | ||
hash = "sha256-qiLZExLU3f6l+qPEGiqOuDgjqOtSyhPwSt7kQfBBSyg="; | ||
}; | ||
} |
Oops, something went wrong.