Loading pkgs/by-name/ch/chatgpt/source.nix +3 −3 Original line number Diff line number Diff line { version = "1.2025.014"; version = "1.2025.057"; src = { url = "https://persistent.oaistatic.com/sidekick/public/ChatGPT_Desktop_public_1.2025.014_1737150122.dmg"; hash = "sha256-NxCkrsPaptYNTZ+urkJqYeC4a0nGaEOFO/7SQL1Jmpc="; url = "https://persistent.oaistatic.com/sidekick/public/ChatGPT_Desktop_public_1.2025.057_1741115522.dmg"; hash = "sha256-aVPBYPr1tMRBEvKgooVIzgiqClCIN8tWERjIcgP0UUk="; }; } pkgs/by-name/ch/chatgpt/update.sh +2 −3 Original line number Diff line number Diff line Loading @@ -10,15 +10,14 @@ DOWNLOAD_URL=$(echo "$XML_DATA" | xmllint --xpath 'string(//item[1]/enclosure/@u HASH=$(nix-prefetch-url $DOWNLOAD_URL | xargs nix hash convert --hash-algo sha256) NIXPKGS_CHATGPT_PATH="$(cd $(dirname ${BASH_SOURCE[0]}) && pwd)" SOURCE_NIX="${NIXPKGS_CHATGPT_PATH}"/source.nix SOURCE_NIX="$(dirname ${BASH_SOURCE[0]})/source.nix" cat > "${SOURCE_NIX}" << _EOF_ { version = "$LATEST_VERSION"; src = { url = "$DOWNLOAD_URL"; sha256 = "$HASH"; hash = "$HASH"; }; } _EOF_ Loading
pkgs/by-name/ch/chatgpt/source.nix +3 −3 Original line number Diff line number Diff line { version = "1.2025.014"; version = "1.2025.057"; src = { url = "https://persistent.oaistatic.com/sidekick/public/ChatGPT_Desktop_public_1.2025.014_1737150122.dmg"; hash = "sha256-NxCkrsPaptYNTZ+urkJqYeC4a0nGaEOFO/7SQL1Jmpc="; url = "https://persistent.oaistatic.com/sidekick/public/ChatGPT_Desktop_public_1.2025.057_1741115522.dmg"; hash = "sha256-aVPBYPr1tMRBEvKgooVIzgiqClCIN8tWERjIcgP0UUk="; }; }
pkgs/by-name/ch/chatgpt/update.sh +2 −3 Original line number Diff line number Diff line Loading @@ -10,15 +10,14 @@ DOWNLOAD_URL=$(echo "$XML_DATA" | xmllint --xpath 'string(//item[1]/enclosure/@u HASH=$(nix-prefetch-url $DOWNLOAD_URL | xargs nix hash convert --hash-algo sha256) NIXPKGS_CHATGPT_PATH="$(cd $(dirname ${BASH_SOURCE[0]}) && pwd)" SOURCE_NIX="${NIXPKGS_CHATGPT_PATH}"/source.nix SOURCE_NIX="$(dirname ${BASH_SOURCE[0]})/source.nix" cat > "${SOURCE_NIX}" << _EOF_ { version = "$LATEST_VERSION"; src = { url = "$DOWNLOAD_URL"; sha256 = "$HASH"; hash = "$HASH"; }; } _EOF_