Skip to content

Commit af24ead

Browse files
fix(nix): refresh upstream Nix pins for 26.715.31925 (#1067)
Refreshed Codex.dmg SRI hash to sha256-xgK3kJYGqI3M5ZbZGlRCjcO1MFo/Ee+MMGDZ/tw6E5Y= and synced codexVersion / electronVersion / native-module pins to the current upstream DMG. Verified all ChatGPT Desktop Nix package outputs against the refreshed DMG. Source-Main-SHA: b49b4d6 Upstream-DMG-SHA256: c602b7909606a88dcce596d91a54428dc3b5305a3f11ef8c3060d9fedc3a1396 Co-authored-by: codex-dmg-hash-bot <actions@github.com>
1 parent b49b4d6 commit af24ead

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-hs3FKrLBT42VNYCRIbJRLpuJE4/qr6asaXuuhxDqGds=";
97+
hash = "sha256-xgK3kJYGqI3M5ZbZGlRCjcO1MFo/Ee+MMGDZ/tw6E5Y=";
9898
};
9999

100-
codexVersion = "26.715.31251";
100+
codexVersion = "26.715.31925";
101101
electronVersion = "42.3.0";
102102
electronPlatform =
103103
{

0 commit comments

Comments
 (0)