Loading pkgs/applications/editors/jetbrains/ides/clion.nix +10 −10 Original line number Diff line number Diff line Loading @@ -21,20 +21,20 @@ let # update-script-start: urls urls = { x86_64-linux = { url = "https://download.jetbrains.com/cpp/CLion-2026.1.tar.gz"; hash = "sha256-r5flY2u6aCkI8q7ZcGWYLLxxcWWp3gtTkdBdKoacIB0="; url = "https://download.jetbrains.com/cpp/CLion-2026.1.1.tar.gz"; hash = "sha256-6S0+ASWF7du0tHyfLu/6ZmxymP79m3bwxOxQTFfsoJs="; }; aarch64-linux = { url = "https://download.jetbrains.com/cpp/CLion-2026.1-aarch64.tar.gz"; hash = "sha256-1N1JLpHBAFSDOYLl98KxDBpGmgVMlRFuV49/a2jGHfQ="; url = "https://download.jetbrains.com/cpp/CLion-2026.1.1-aarch64.tar.gz"; hash = "sha256-niaHFXxXPh1iH26aAmHES2F/xbfkPJ18erDXFZign+g="; }; x86_64-darwin = { url = "https://download.jetbrains.com/cpp/CLion-2026.1.dmg"; hash = "sha256-m3AEgpDjUDMJQ7320XuqpEHwe4ItYX8JYq0ZpITaKcs="; url = "https://download.jetbrains.com/cpp/CLion-2026.1.1.dmg"; hash = "sha256-LWbFIC2xhh2Co2/BOTvScGWL9Qs77WAM4A+gxtuA4B4="; }; aarch64-darwin = { url = "https://download.jetbrains.com/cpp/CLion-2026.1-aarch64.dmg"; hash = "sha256-Crx63jFbJbCX1/XIZg22Oxd7HxFWmB3iXlJofzv03vA="; url = "https://download.jetbrains.com/cpp/CLion-2026.1.1-aarch64.dmg"; hash = "sha256-8m6SbpkVdQ9QZykVlse9cK8KysXlPn/NA9WysLHh8jk="; }; }; # update-script-end: urls Loading @@ -48,8 +48,8 @@ in product = "CLion"; # update-script-start: version version = "2026.1"; buildNumber = "261.22158.273"; version = "2026.1.1"; buildNumber = "261.23567.135"; # update-script-end: version src = fetchurl (urls.${system} or (throw "Unsupported system: ${system}")); Loading Loading
pkgs/applications/editors/jetbrains/ides/clion.nix +10 −10 Original line number Diff line number Diff line Loading @@ -21,20 +21,20 @@ let # update-script-start: urls urls = { x86_64-linux = { url = "https://download.jetbrains.com/cpp/CLion-2026.1.tar.gz"; hash = "sha256-r5flY2u6aCkI8q7ZcGWYLLxxcWWp3gtTkdBdKoacIB0="; url = "https://download.jetbrains.com/cpp/CLion-2026.1.1.tar.gz"; hash = "sha256-6S0+ASWF7du0tHyfLu/6ZmxymP79m3bwxOxQTFfsoJs="; }; aarch64-linux = { url = "https://download.jetbrains.com/cpp/CLion-2026.1-aarch64.tar.gz"; hash = "sha256-1N1JLpHBAFSDOYLl98KxDBpGmgVMlRFuV49/a2jGHfQ="; url = "https://download.jetbrains.com/cpp/CLion-2026.1.1-aarch64.tar.gz"; hash = "sha256-niaHFXxXPh1iH26aAmHES2F/xbfkPJ18erDXFZign+g="; }; x86_64-darwin = { url = "https://download.jetbrains.com/cpp/CLion-2026.1.dmg"; hash = "sha256-m3AEgpDjUDMJQ7320XuqpEHwe4ItYX8JYq0ZpITaKcs="; url = "https://download.jetbrains.com/cpp/CLion-2026.1.1.dmg"; hash = "sha256-LWbFIC2xhh2Co2/BOTvScGWL9Qs77WAM4A+gxtuA4B4="; }; aarch64-darwin = { url = "https://download.jetbrains.com/cpp/CLion-2026.1-aarch64.dmg"; hash = "sha256-Crx63jFbJbCX1/XIZg22Oxd7HxFWmB3iXlJofzv03vA="; url = "https://download.jetbrains.com/cpp/CLion-2026.1.1-aarch64.dmg"; hash = "sha256-8m6SbpkVdQ9QZykVlse9cK8KysXlPn/NA9WysLHh8jk="; }; }; # update-script-end: urls Loading @@ -48,8 +48,8 @@ in product = "CLion"; # update-script-start: version version = "2026.1"; buildNumber = "261.22158.273"; version = "2026.1.1"; buildNumber = "261.23567.135"; # update-script-end: version src = fetchurl (urls.${system} or (throw "Unsupported system: ${system}")); Loading