Skip to content

Commit 22fa718

Browse files
fix(nix): refresh upstream Nix pins for 26.715.31251 (ilysenko#1065)
Refreshed Codex.dmg SRI hash to sha256-hs3FKrLBT42VNYCRIbJRLpuJE4/qr6asaXuuhxDqGds= 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: d1d29e8 Upstream-DMG-SHA256: 86cdc52ab2c14f8d9535809121b2512e9b89138feaafa6ac697bae8710ea19db Co-authored-by: codex-dmg-hash-bot <actions@github.com>
1 parent d1d29e8 commit 22fa718

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-/0WRUJkWEgB1SScNLSjF54zsa9asIAp62l7WwDE2m4c=";
97+
hash = "sha256-hs3FKrLBT42VNYCRIbJRLpuJE4/qr6asaXuuhxDqGds=";
9898
};
9999

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

0 commit comments

Comments
 (0)