Skip to content

Commit c36fa57

Browse files
fix(nix): refresh upstream Nix pins for 26.707.91948 (ilysenko#1020)
Refreshed Codex.dmg SRI hash to sha256-Wiq5aJ9Lo4/LE1VlJG1covEk1Tkzagoyr823IEDSFGY= and synced codexVersion / electronVersion / native-module pins to the current upstream DMG. Verified all ChatGPT Desktop Nix package outputs against the refreshed DMG. [skip ci] Source-Main-SHA: 3a3caa7 Upstream-DMG-SHA256: 5a2ab9689f4ba38fcb135565246d5ca2f124d539336a0a32afcdb72040d21466 Co-authored-by: codex-dmg-hash-bot <actions@github.com>
1 parent 3a3caa7 commit c36fa57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@
9494

9595
codexDmg = pkgs.fetchurl {
9696
url = "https://persistent.oaistatic.com/codex-app-prod/ChatGPT.dmg";
97-
hash = "sha256-QONIFOdOMJQ8IJ69TalM1N41gaUsW/++K88uSI1jYcY=";
97+
hash = "sha256-Wiq5aJ9Lo4/LE1VlJG1covEk1Tkzagoyr823IEDSFGY=";
9898
};
9999

100-
codexVersion = "26.707.72221";
100+
codexVersion = "26.707.91948";
101101
electronVersion = "42.1.0";
102102
electronPlatform =
103103
{

0 commit comments

Comments
 (0)