Skip to content

Commit

Permalink
Merge pull request NixOS#314884 from vasilykuzmin/update-yandex-browser
Browse files Browse the repository at this point in the history
yandex-browser: 24.4.1.915-1 -> 24.4.1.951-1
  • Loading branch information
pbsds authored Jun 7, 2024
2 parents e7e9498 + 2eb7d7e commit 89844b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/applications/networking/browsers/yandex-browser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@

let
version = {
corporate = "24.1.3.843-1";
beta = "24.4.1.918-1";
stable = "24.4.1.915-1";
corporate = "24.4.3.1073-1";
beta = "24.4.1.952-1";
stable = "24.4.1.951-1";
}.${edition};

hash = {
corporate = "sha256-rI19YmsC2p2Dsi6Grd8IyNdpjMHWwET3wcVw5r7545M=";
beta = "sha256-EQjjaTMPQKaULITEF+MQuY1lRVXuOjyiGWuGQtIpIz0=";
stable = "sha256-2IIIADFG9kCtzB0X4AfrFI+btqoUzKwd6NlZt7qtL/M=";
corporate = "sha256-f2Q6q3rL+RcVYX46RHRAageF2JKPxmBaV6KHYl5XtN8=";
beta = "sha256-WCyjgb5uj9guqyge6giP0wavndorlMG6yacG134xWjw=";
stable = "sha256-4AsMpANtMXUS2NCPKI+Ut0tWGurRIpWCmS3PhEi1CGo=";
}.${edition};

app = {
Expand Down

0 comments on commit 89844b5

Please sign in to comment.