microsoft-edge: 117.0.2045.35 -> 117.0.2045.40

This commit is contained in:
Rhys Davies 2023-09-24 17:55:56 +13:00
parent 397b1733f4
commit 706007a0d7
No known key found for this signature in database

View file

@ -1,20 +1,20 @@
{
stable = import ./browser.nix {
channel = "stable";
version = "117.0.2045.35";
version = "117.0.2045.40";
revision = "1";
sha256 = "sha256-2am+TLZC024mpxOk6GLB0TZY+Kfnm/CyH8sMBLod1Js=";
sha256 = "sha256-gRlw+hxix4CnviCrH+evmiwSctXJts8/68Oiwr5VKzk=";
};
beta = import ./browser.nix {
channel = "beta";
version = "117.0.2045.31";
version = "118.0.2088.11";
revision = "1";
sha256 = "sha256-Nee99jE6kswYfmZlMjv4EV4HDz1l+9YhhWHonhe2uUM=";
sha256 = "sha256-r++W+tnFxh85c9k4VooCy+6mre/8nU/7nrrt+AK1x+M=";
};
dev = import ./browser.nix {
channel = "dev";
version = "118.0.2088.9";
version = "119.0.2109.1";
revision = "1";
sha256 = "sha256-JNIccQrdLpiEItgt4Lh0eZQgnXE+5Lx3vGDjzm5sKWM=";
sha256 = "sha256-ZIL8CD8eb/JvJs8P9GoT+yXWccS9roqPl6iDz+0K7LI=";
};
}