···621 Whether to allow TRIM requests to the underlying device. This option
622 has security implications; please read the LUKS documentation before
623 activating it.
00624 '';
625 };
626
···621 Whether to allow TRIM requests to the underlying device. This option
622 has security implications; please read the LUKS documentation before
623 activating it.
624+ This option is incompatible with authenticated encryption (dm-crypt
625+ stacked over dm-integrity).
626 '';
627 };
628
+14-14
pkgs/applications/editors/jetbrains/default.nix
···255256 datagrip = buildDataGrip rec {
257 name = "datagrip-${version}";
258- version = "2021.1.2"; /* updated by script */
259 description = "Your Swiss Army Knife for Databases and SQL";
260 license = lib.licenses.unfree;
261 src = fetchurl {
262 url = "https://download.jetbrains.com/datagrip/${name}.tar.gz";
263- sha256 = "1znb4m7sv7xqi1mq3yw0m51m06wfwmhhxmvck0xkv8s0cfg18qim"; /* updated by script */
264 };
265 wmClass = "jetbrains-datagrip";
266 update-channel = "DataGrip RELEASE";
···268269 goland = buildGoland rec {
270 name = "goland-${version}";
271- version = "2021.1.2"; /* updated by script */
272 description = "Up and Coming Go IDE";
273 license = lib.licenses.unfree;
274 src = fetchurl {
275 url = "https://download.jetbrains.com/go/${name}.tar.gz";
276- sha256 = "0g20r7yn4r2h08wv3i8bnnma8x4jljixsbmfml8kixk0pzfhv4px"; /* updated by script */
277 };
278 wmClass = "jetbrains-goland";
279 update-channel = "GoLand RELEASE";
···281282 idea-community = buildIdea rec {
283 name = "idea-community-${version}";
284- version = "2021.1.2"; /* updated by script */
285 description = "Integrated Development Environment (IDE) by Jetbrains, community edition";
286 license = lib.licenses.asl20;
287 src = fetchurl {
288 url = "https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz";
289- sha256 = "03i5f6p0abr9yfs9fg90fg7hb1a7zar9q4d4iiag30cmndwpslg2"; /* updated by script */
290 };
291 wmClass = "jetbrains-idea-ce";
292 update-channel = "IntelliJ IDEA RELEASE";
···294295 idea-ultimate = buildIdea rec {
296 name = "idea-ultimate-${version}";
297- version = "2021.1.2"; /* updated by script */
298 description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license";
299 license = lib.licenses.unfree;
300 src = fetchurl {
301 url = "https://download.jetbrains.com/idea/ideaIU-${version}-no-jbr.tar.gz";
302- sha256 = "0mw4acaik1bkr7gqbwgs3i8f8px8zw95hm1zxgd5gd5kh88n17x5"; /* updated by script */
303 };
304 wmClass = "jetbrains-idea";
305 update-channel = "IntelliJ IDEA RELEASE";
···320321 phpstorm = buildPhpStorm rec {
322 name = "phpstorm-${version}";
323- version = "2021.1.3"; /* updated by script */
324 description = "Professional IDE for Web and PHP developers";
325 license = lib.licenses.unfree;
326 src = fetchurl {
327 url = "https://download.jetbrains.com/webide/PhpStorm-${version}.tar.gz";
328- sha256 = "05hjv1nz1b82bkakadjvsy23v0qv8fyni6h31lcg9198h1890f7v"; /* updated by script */
329 };
330 wmClass = "jetbrains-phpstorm";
331 update-channel = "PhpStorm RELEASE";
···333334 pycharm-community = buildPycharm rec {
335 name = "pycharm-community-${version}";
336- version = "2021.1.2"; /* updated by script */
337 description = "PyCharm Community Edition";
338 license = lib.licenses.asl20;
339 src = fetchurl {
340 url = "https://download.jetbrains.com/python/${name}.tar.gz";
341- sha256 = "0sp7w1xrl0y36dai08kqfd0jk06yr7jdbaf1a9f3fgxp5pmspxp1"; /* updated by script */
342 };
343 wmClass = "jetbrains-pycharm-ce";
344 update-channel = "PyCharm RELEASE";
···346347 pycharm-professional = buildPycharm rec {
348 name = "pycharm-professional-${version}";
349- version = "2021.1.2"; /* updated by script */
350 description = "PyCharm Professional Edition";
351 license = lib.licenses.unfree;
352 src = fetchurl {
353 url = "https://download.jetbrains.com/python/${name}.tar.gz";
354- sha256 = "0ny7rbl8g5azpqnlcq8l6bwh6hrp8rgp06lf4a8gdr9rpvw9xsqb"; /* updated by script */
355 };
356 wmClass = "jetbrains-pycharm";
357 update-channel = "PyCharm RELEASE";
···255256 datagrip = buildDataGrip rec {
257 name = "datagrip-${version}";
258+ version = "2021.1.3"; /* updated by script */
259 description = "Your Swiss Army Knife for Databases and SQL";
260 license = lib.licenses.unfree;
261 src = fetchurl {
262 url = "https://download.jetbrains.com/datagrip/${name}.tar.gz";
263+ sha256 = "0lhi3vwhwb359va4sa17y071i03l4mfwqpsp7haqxjf900dcld7d"; /* updated by script */
264 };
265 wmClass = "jetbrains-datagrip";
266 update-channel = "DataGrip RELEASE";
···268269 goland = buildGoland rec {
270 name = "goland-${version}";
271+ version = "2021.1.3"; /* updated by script */
272 description = "Up and Coming Go IDE";
273 license = lib.licenses.unfree;
274 src = fetchurl {
275 url = "https://download.jetbrains.com/go/${name}.tar.gz";
276+ sha256 = "0xy9k90v3kcm9sj48l809qn0vws4ygsxxyqwsg6y9a3r1raqgqxd"; /* updated by script */
277 };
278 wmClass = "jetbrains-goland";
279 update-channel = "GoLand RELEASE";
···281282 idea-community = buildIdea rec {
283 name = "idea-community-${version}";
284+ version = "2021.1.3"; /* updated by script */
285 description = "Integrated Development Environment (IDE) by Jetbrains, community edition";
286 license = lib.licenses.asl20;
287 src = fetchurl {
288 url = "https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz";
289+ sha256 = "1phpfa9i3k7g92ankmibp53c1469ifnb12g6s8gklln7v7xxakmi"; /* updated by script */
290 };
291 wmClass = "jetbrains-idea-ce";
292 update-channel = "IntelliJ IDEA RELEASE";
···294295 idea-ultimate = buildIdea rec {
296 name = "idea-ultimate-${version}";
297+ version = "2021.1.3"; /* updated by script */
298 description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license";
299 license = lib.licenses.unfree;
300 src = fetchurl {
301 url = "https://download.jetbrains.com/idea/ideaIU-${version}-no-jbr.tar.gz";
302+ sha256 = "13c7a96zbw05w1gy4ds4wzac853hdlnbflww2xaz60jnr1k24gnp"; /* updated by script */
303 };
304 wmClass = "jetbrains-idea";
305 update-channel = "IntelliJ IDEA RELEASE";
···320321 phpstorm = buildPhpStorm rec {
322 name = "phpstorm-${version}";
323+ version = "2021.1.4"; /* updated by script */
324 description = "Professional IDE for Web and PHP developers";
325 license = lib.licenses.unfree;
326 src = fetchurl {
327 url = "https://download.jetbrains.com/webide/PhpStorm-${version}.tar.gz";
328+ sha256 = "0p9a8l2bpjm25x4af1hlqhmw5xsirsfajznd6y723yqmjy8hs46l"; /* updated by script */
329 };
330 wmClass = "jetbrains-phpstorm";
331 update-channel = "PhpStorm RELEASE";
···333334 pycharm-community = buildPycharm rec {
335 name = "pycharm-community-${version}";
336+ version = "2021.1.3"; /* updated by script */
337 description = "PyCharm Community Edition";
338 license = lib.licenses.asl20;
339 src = fetchurl {
340 url = "https://download.jetbrains.com/python/${name}.tar.gz";
341+ sha256 = "0c03grsrjydb6jcnbq1qi4158c14vni3znr7vysnbvldi8al6w8m"; /* updated by script */
342 };
343 wmClass = "jetbrains-pycharm-ce";
344 update-channel = "PyCharm RELEASE";
···346347 pycharm-professional = buildPycharm rec {
348 name = "pycharm-professional-${version}";
349+ version = "2021.1.3"; /* updated by script */
350 description = "PyCharm Professional Edition";
351 license = lib.licenses.unfree;
352 src = fetchurl {
353 url = "https://download.jetbrains.com/python/${name}.tar.gz";
354+ sha256 = "01nwc9nprlyrwyij98px915w66g6vxbznsmmmg56rv3rvjvjp7yl"; /* updated by script */
355 };
356 wmClass = "jetbrains-pycharm";
357 update-channel = "PyCharm RELEASE";
+1-1
pkgs/applications/editors/jetbrains/update.pl
···14}
1516sub get_latest_versions {
17- my @channels = get("http://www.jetbrains.com/updates/updates.xml") =~ /(<channel .+?<\/channel>)/gs;
18 my %h = {};
19 for my $ch (@channels) {
20 my ($id) = $ch =~ /^<channel id="[^"]+" name="([^"]+)"/;
···14}
1516sub get_latest_versions {
17+ my @channels = get("https://www.jetbrains.com/updates/updates.xml") =~ /(<channel .+?<\/channel>)/gs;
18 my %h = {};
19 for my $ch (@channels) {
20 my ($id) = $ch =~ /^<channel id="[^"]+" name="([^"]+)"/;