Commit graph

6129 commits

Author SHA1 Message Date
ajs124
1138c8bd0f
Merge pull request #125419 from LeUlukai/update/texstudio
texstudio: 3.1.1 -> 3.1.2
2021-06-02 23:01:05 +02:00
Nikolay Korotkiy
8a0f3cd58b
cudatext: 1.131.0 → 1.133.5 2021-06-02 12:41:13 +03:00
github-actions[bot]
42b70ad7f1
Merge master into staging-next 2021-06-01 20:30:45 +00:00
Edward Tjörnhammar
57baa7efb7
jetbrains: updates
jetbrains.clion: 2021.1.1 -> 2021.1.2
jetbrains.datagrip: 2021.1.1 -> 2021.1.2
jetbrains.goland: 2021.1.1 -> 2021.1.2
jetbrains.idea-community: 2021.1.1 -> 2021.1.2
jetbrains.idea-ultimate: 2021.1.1 -> 2021.1.2
jetbrains.rider: 2021.1.2 -> 2021.1.3
jetbrains.webstorm: 2021.1.1 -> 2021.1.2
2021-06-01 21:55:29 +02:00
github-actions[bot]
be7141706d
Merge master into staging-next 2021-05-31 02:05:27 +00:00
Nicolas Berbiche
fbe60d186b
neovim: always generate rplugin.vim (#124990) 2021-05-31 00:05:51 +02:00
Kai Wohlfahrt
778c776ab6
quartus: formatting fixes from review
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-30 11:07:31 +01:00
Kai Wohlfahrt
b1c5fd83bb quartus: 20.1 -> 20.1.1 2021-05-29 23:15:05 +01:00
Kai Wohlfahrt
788c34d9b0 quartus: split out unwrapped package
This allows customizing the install process for the unwrapped process,
as proposed in #123469, without introducing top-level support for
untested modifications.

The PR could then be straightforwardly implemented as an overlay, that
does:

  quartus-prime-lite = super.quartus-prime-lite.override {
    unwrapped = quartus-prime-lite.unwrapped.overrideAttrs (o: {
      buildCommand = o.buildCommand + ''
        rm -r $out/nios2eds/bin/gnu
        find $out/modelsim_ase/altera/{verilog,vhdl}/* ! -name src ! -path '*twentynm*' -delete
      '';
    });
  };
2021-05-29 22:16:50 +01:00
github-actions[bot]
b34838232a
Merge master into staging-next 2021-05-29 19:17:38 +00:00
Matthieu Coudron
c73371e04b
neovim: fix neovim.override (#124785)
* neovim: temporary revert to unbreak user configs

Newly introduced "plugins" parameter is disabled until we get a better
testing infrastructure to minimize breaking changes.
2021-05-29 16:36:39 +02:00
LeUlukai
76b536fc45 texstudio: 3.1.1 -> 3.1.2 2021-05-29 11:15:41 +02:00
github-actions[bot]
f385b431a7
Merge master into staging-next 2021-05-27 06:45:59 +00:00
Sandro
850f5a27cf
Merge pull request #124291 from Synthetica9/vscode-allow-nixpkgs-auto-update 2021-05-27 04:59:38 +02:00
Stefan Frijters
5123bf1f74
emacsWithPackages: Fix auto-complete-clang-async and irony 2021-05-26 21:20:51 +02:00
github-actions[bot]
0e7ab2d48d
Merge master into staging-next 2021-05-26 18:54:42 +00:00
Matthieu Coudron
bffd12a4c7
Merge pull request #120445 from teto/vim-plugins-dict
neovimUtils: pass plugin config with plugin
2021-05-26 18:35:36 +02:00
github-actions[bot]
6d73490cb4
Merge master into staging-next 2021-05-26 01:11:31 +00:00
Matthieu Coudron
4a860879ea wrapNeovimUnstable: accept a wrapRc boolean
additional argument not generated by makeNeovimConfig
If true (the default), appends "-u <customRc>" to the wrapped arguments.
Set to false if you want to control where to save the generated config
(e.g., in ~/.config/init.vim or project/.nvimrc)
2021-05-25 22:41:08 +02:00
Matthieu Coudron
7836469dbe neovimUtils: makeNeovimConfig accepts plugins/customRc
mimics home-manager interface and makes it easier to associate configs with plugins. Added a test as well.
2021-05-25 22:41:08 +02:00
Matthieu Coudron
a793aacf9d neovim: accepts an extraName to distinguish between wrappers
especially useful to distinguish between the different neovim generated during the tests
2021-05-25 22:41:07 +02:00
adisbladis
e255b1fc79
Merge pull request #123911 from kennyballou/override-erlang-emacs-mode
emacs-modes: add buildInputs override for erlang
2021-05-25 15:19:23 -05:00
github-actions[bot]
73d840c309
Merge master into staging-next 2021-05-25 12:29:42 +00:00
Gabriel Ebner
c2fbb335d5 uivonim: init at unstable-2021-05-24 2021-05-25 10:06:53 +02:00
Kenny Ballou
c06126fe26 elisp-packages: add perl5 and ncurses to buildInputs via overrideAttrs
Erlang mode needs perl5 and ncurses to build, add buildInputs override.

Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
2021-05-24 21:47:11 -06:00
Patrick Hilhorst
9674711a57
vscod{e,ium}: set passthru.updateScript 2021-05-24 21:46:44 +02:00
Patrick Hilhorst
e04a574cff
vscod{e,ium}: allow nixpkgs-update to run
nixpkgs-update didn't run the updatescript before, causing issues. This has since been fixed.
2021-05-24 21:34:28 +02:00
github-actions[bot]
2aa5735c09
Merge master into staging-next 2021-05-23 18:33:25 +00:00
Thirst Man
3a3543edd4
vscode: fix symlink to executable (#123811)
Co-authored-by: Patrick Hilhorst <git@hilhorst.be>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-23 17:54:50 +02:00
Sandro
1ffc129f02
Merge pull request #123633 from alapshin/android-studio 2021-05-23 17:40:09 +02:00
Benjamin Asbach
3f1b917dea
netbeans: 12.3 -> 12.4 (#124084) 2021-05-23 09:11:12 -04:00
Christian Kögler
555afaa94e neovide: Fix build caused by llvm multi output 2021-05-23 14:34:13 +02:00
github-actions[bot]
4b60db038d
Merge master into staging-next 2021-05-23 06:23:00 +00:00
Jan Tojnar
7127313c4a
Merge pull request #124057 from jtojnar/sublime4
sublime4: init at 4107
2021-05-23 07:10:32 +02:00
Jonathan Ringer
b9b9cdb87c
Merge remote-tracking branch 'origin/staging' into staging-next 2021-05-22 19:23:14 -07:00
Jonathan Ringer
11a9ac00fc
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/tools/networking/xh/default.nix
2021-05-22 18:19:10 -07:00
sophrosyne97
ea5726aefe lite: fix build error 2021-05-22 15:27:26 -07:00
Jan Tojnar
6a3d82e433
sublime4: init at 4107
https://www.sublimetext.com/download

* works with my 7 year old license so far
* i686 is no longer supported
* aarch64 support has been added
* adds harware accelerated (needs libGL.so.1)
* adds python 3.8 plugin host (needs libssl.so and libcrypto.so)
2021-05-22 20:53:21 +02:00
Jan Tojnar
2d95945420
sublime3: remove updateScript
Sublime 3 is EOL and the latest version file now points to sublime text 4 releases so let’s remove the update script.
2021-05-22 20:25:24 +02:00
Kira Bruneau
cd4780fab4
maintainers: rename metadark -> kira-bruneau (#124035) 2021-05-22 16:47:40 +02:00
github-actions[bot]
9fb5041877
Merge staging-next into staging 2021-05-22 00:56:06 +00:00
github-actions[bot]
901fb5e64e
Merge master into staging-next 2021-05-22 00:56:03 +00:00
Andrew Brooks
29c577c218 poke: revise formatting
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-21 15:18:26 -05:00
Andrew Brooks
87c5626e41 poke: Simplify package with tcl.tclPackageHook 2021-05-21 15:18:09 -05:00
AndersonTorres
d2f38e49a9 Small modifications to manual-packages.nix 2021-05-21 02:37:52 -03:00
AndersonTorres
b620a19ae7 Fixup shell-command-plus spurious reinsertion 2021-05-21 00:41:12 -03:00
AndersonTorres
0c45fe305b elpa-packages: updated at 2021-05-21 2021-05-21 00:41:12 -03:00
AndersonTorres
da004087c6 melpa-packages: updated at 2021-05-21 2021-05-21 00:32:06 -03:00
AndersonTorres
d92d1799d9 org-packages: updated at 2021-05-20 2021-05-21 00:32:06 -03:00
AndersonTorres
70a5cbc298 Rename emacs-modes to emacs/elisp-packages 2021-05-21 00:32:06 -03:00
github-actions[bot]
34a05e29f1
Merge master into staging-next 2021-05-20 18:36:00 +00:00
Jan Tojnar
3b0cf29640
Merge pull request #122642 from fitzgibbon/dev/init-gnome-inform7
gnome-inform7: init at unstable-2021-04-06
2021-05-20 18:33:04 +02:00
Niall FitzGibbon
9172a9d3b6 gnome-inform7: init at unstable-2021-04-06 2021-05-20 15:46:10 +01:00
Andrei Lapshin
51c2393f77 androidStudioPackages.canary: 2020.3.1 -> 2021.1.1 2021-05-19 09:29:28 +03:00
Andrei Lapshin
ff13d6d746 androidStudioPackages.beta: 4.2.0 -> 2020.3.1 2021-05-19 09:28:40 +03:00
Jonathan Ringer
ca46ad3762
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/tools/package-management/cargo-release/default.nix
2021-05-18 11:03:38 -07:00
Jonathan Ringer
f7a112f6c4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/graphics/emulsion/default.nix
  pkgs/development/tools/misc/texlab/default.nix
  pkgs/development/tools/rust/bindgen/default.nix
  pkgs/development/tools/rust/cargo-udeps/default.nix
  pkgs/misc/emulators/ruffle/default.nix
  pkgs/tools/misc/code-minimap/default.nix
2021-05-18 08:57:16 -07:00
Maciej Krüger
21ac35737e
bless: 0.6.2 -> 0.6.3 2021-05-18 17:29:00 +02:00
wearemnr
a3fd8cbc1c vscodium: 1.56.1 -> 1.56.2 2021-05-17 12:06:38 -07:00
Sandro
637b453afa
Merge pull request #121771 from alapshin/android-studio 2021-05-17 18:52:12 +02:00
Jonathan Ringer
c227fb4b17
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/tools/rust/cargo-cache/default.nix
	pkgs/development/tools/rust/cargo-embed/default.nix
	pkgs/development/tools/rust/cargo-flash/default.nix
	pkgs/servers/nosql/influxdb2/default.nix
2021-05-17 07:01:38 -07:00
Robert Schütz
ff6d2142ce ghostwriter: 2.0.0 -> 2.0.1
https://github.com/wereturtle/ghostwriter/releases/tag/2.0.1
2021-05-17 11:59:36 +02:00
github-actions[bot]
3ff6965554
Merge master into staging-next 2021-05-17 06:22:23 +00:00
J. Neto
18b051fde5 scite: 4.0.5 -> 5.0.2 2021-05-16 22:01:16 -07:00
github-actions[bot]
9911b1c75b
Merge staging-next into staging 2021-05-16 01:01:01 +00:00
github-actions[bot]
b484cef365
Merge master into staging-next 2021-05-16 01:00:58 +00:00
Matthieu Coudron
3675e4b7e3
Merge pull request #122998 from ck3d/add-neovide
neovide: init at ba42855
2021-05-15 21:49:51 +02:00
Christian Kögler
0935f7d7dd neovide: Separate skia externals 2021-05-15 13:27:34 +02:00
Christian Kögler
5067ba8444 neovide: Install icons and desktop files 2021-05-15 10:11:54 +02:00
github-actions[bot]
78ae7ac75e
Merge staging-next into staging 2021-05-15 06:22:25 +00:00
Christian Kögler
a0bc1ab480 neovide: ba42855 -> 0b976c3
Simplify packaging, since upstream applied proposed pull request.
2021-05-15 08:19:54 +02:00
Vladimír Čunát
c48eaa70e3
Merge branch 'master' into staging-next 2021-05-14 22:27:34 +02:00
Anderson Torres
f6fa95f6f1
Merge pull request #122797 from AndersonTorres/quick-patches
Emacs packages updates
2021-05-14 14:17:29 -03:00
Christian Kögler
428edf7fe0 neovide: init at ba42855 2021-05-14 18:53:15 +02:00
Andrei Lapshin
9a025431e9 androidStudioPackages.{canary,dev}: 2020.3.1.10 -> 2020.3.1.15 2021-05-14 08:23:48 +03:00
Andrei Lapshin
bf5cc9ff7c androidStudioPackages.stable: 4.1.3.0 -> 4.2.1.0 2021-05-14 08:23:35 +03:00
upkeep-bot
4f4486dbce vscode: 1.56.1 -> 1.56.2 2021-05-14 00:37:21 +00:00
Jan Tojnar
ac6a4f7cf5
Merge branch 'staging-next' into staging 2021-05-14 01:40:09 +02:00
github-actions[bot]
39e3f7c2cc
Merge master into staging-next 2021-05-13 18:32:50 +00:00
Jonas Chevalier
c6b62f2381
mkShell: introduce packages argument (#122180)
The distinction between the inputs doesn't really make sense in the
mkShell context.  Technically speaking, we should be using the
nativeBuildInputs most of the time.

So in order to make this function more beginner-friendly, add "packages"
as an attribute, that maps to nativeBuildInputs.

This commit also updates all the uses in nixpkgs.
2021-05-13 19:17:29 +02:00
github-actions[bot]
60f5ecc76d
Merge staging-next into staging 2021-05-13 12:26:52 +00:00
github-actions[bot]
7465594428
Merge master into staging-next 2021-05-13 12:26:48 +00:00
Mathnerd314
d1601a40c4
supertux-editor: mark as broken (#122781)
SuperTux now uses an in-game editor, so there's no point in trying to build this old C# monstrosity.
2021-05-13 06:19:30 -04:00
Jan Tojnar
0313c77b55
Merge branch 'staging-next' into staging 2021-05-13 11:42:36 +02:00
github-actions[bot]
e59f22faf5
Merge master into staging-next 2021-05-13 06:22:11 +00:00
AndersonTorres
0b31c01708 elpa-generate.nix: update via update-elpa 2021-05-13 02:59:26 -03:00
AndersonTorres
7110fa6331 recipes-archive-melpa.json: update via update-melpa 2021-05-13 02:59:26 -03:00
AndersonTorres
0e15125e37 emacsPackages.org: 20210503 -> 20210510 2021-05-13 02:59:25 -03:00
AndersonTorres
3dcaf54794 emacsPackages.sunrise-commander: modify description 2021-05-12 23:08:07 -03:00
Anderson Torres
9c0ca46a6d
Merge pull request #122578 from AndersonTorres/quick-patches
Quick patches
2021-05-12 23:04:37 -03:00
github-actions[bot]
b057978bb2
Merge staging-next into staging 2021-05-12 18:32:29 +00:00
github-actions[bot]
f214722172
Merge master into staging-next 2021-05-12 18:32:26 +00:00
Sandro
03521ca42d
Merge pull request #122710 from samuela/upkeep-bot/vscodium-1.56.1-1620821772
vscodium: 1.56.0 -> 1.56.1
2021-05-12 18:51:47 +02:00
Martin Weinelt
a18880bf72 Merge remote-tracking branch 'origin/master' into staging-next 2021-05-12 18:28:03 +02:00
upkeep-bot
9bd967cdfe vscodium: 1.56.0 -> 1.56.1 2021-05-12 12:16:12 +00:00
AndersonTorres
5ad65d4eb8 emacasPackages.sunrise-commander: 6r435 -> 0.0.0-unstable=2021-04-23 2021-05-12 00:15:41 -03:00
upkeep-bot
2ca5a4e2b6 vscode: 1.56.0 -> 1.56.1 2021-05-12 00:25:40 +00:00
Jan Tojnar
7982550ac4
Merge branch 'staging-next' into staging 2021-05-11 09:09:10 +02:00
github-actions[bot]
49b8e6f7d4
Merge master into staging-next 2021-05-11 00:48:15 +00:00
Jason Felice
2d5cb58f4b kak-ansi: 0.2.3 -> 0.2.4 2021-05-10 15:29:57 -04:00
github-actions[bot]
61fa3fdde8
Merge master into staging-next 2021-05-10 18:28:17 +00:00
Graham Christensen
bab18ef959
Merge pull request #122401 from samuela/upkeep-bot/vscodium-1.56.0-1620606156
vscodium: 1.55.2 -> 1.56.0
2021-05-10 13:18:13 -04:00
Graham Christensen
3419bf4db6
Merge pull request #121910 from samuela/upkeep-bot/vscode-1.56.0-1620303266
vscode: 1.55.2 -> 1.56.0
2021-05-10 13:17:46 -04:00
Jan Tojnar
594a885912
Merge branch 'staging-next' into staging 2021-05-10 09:45:47 +02:00
upkeep-bot
5bd24c3783 vscodium: 1.55.2 -> 1.56.0 2021-05-10 00:22:37 +00:00
github-actions[bot]
bc1f4b790e
Merge master into staging-next 2021-05-09 12:23:16 +00:00
erictapen
d3ed0f5028
ghostwriter: 2.0.0-rc5 -> 2.0.0 (#122268) 2021-05-09 10:40:10 +02:00
Vladimír Čunát
5663b2b2d3
Merge branch 'master' into staging-next
(a trivial conflict in transmission)
2021-05-09 09:31:55 +02:00
Dmitry Kalinkin
0c04615963
Merge pull request #119767 from yuanw/emacsMacport-8.2
emacsMacPort: 8.0 -> 8.2
2021-05-09 00:44:55 -04:00
Jan Tojnar
dd78ce1c53
Merge branch 'staging-next' into staging 2021-05-08 20:59:05 +02:00
github-actions[bot]
6d46d8a9b9
Merge master into staging-next 2021-05-08 18:22:46 +00:00
Robert Hensing
8e3c5eb501 treewide: xvfb_run -> xvfb-run 2021-05-08 15:48:41 +02:00
Martin Weinelt
9651084620 Merge remote-tracking branch 'origin/master' into staging-next 2021-05-08 14:43:43 +02:00
Jan Tojnar
468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
github-actions[bot]
b4416b52c5
Merge master into staging-next 2021-05-08 00:46:50 +00:00
adisbladis
e50b4ec391
Merge pull request #121632 from mattchrist/update-melpa
emacs.pkgs: 2021-05-03
2021-05-07 15:09:33 -05:00
github-actions[bot]
1ae6d3d02f
Merge master into staging-next 2021-05-07 18:24:29 +00:00
Anderson Torres
bd93086109
Merge pull request #121933 from lsix/zile-2.6.2
zile: 2.6.1 -> 2.6.2
2021-05-07 15:17:32 -03:00
github-actions[bot]
12193913a1
Merge staging-next into staging 2021-05-07 12:23:21 +00:00
Jan Tojnar
9468b07326
Merge branch 'gnome-40' 2021-05-07 12:12:40 +02:00
Mauricio Collares
67bbabc0a4 emacs: adapt to renamed native-comp variables 2021-05-06 16:47:21 -03:00
Jan Tojnar
626e32b133
gnome-builder: 3.40.1 → 3.40.2 2021-05-06 20:55:11 +02:00
Lancelot SIX
5f9752bbfa zile: 2.6.1 -> 2.6.2
See https://lists.gnu.org/archive/html/info-gnu/2021-05/msg00000.html
for release information.
2021-05-06 17:02:37 +01:00
upkeep-bot
2c28e09c61 vscode: 1.55.2 -> 1.56.0 2021-05-06 12:14:26 +00:00
Jan Tojnar
11f0852a64
gnome-latex: fix build with tepl 6
Applying a patch since the app has been archived and will receive no further releases.

Had to rebuild the build scripts with autoreconfHook since the patch modifies configure.ac.

Also cleaned up the expression a bit.
2021-05-05 22:43:06 +02:00
Jan Tojnar
0f8945b750
gnome-builder: 3.38.2 → 3.40.1 2021-05-05 22:42:20 +02:00
Jan Tojnar
7d535edec5
gnome3: support new versioning scheme in the update script
https://discourse.gnome.org/t/new-gnome-versioning-scheme/4235
2021-05-05 22:20:20 +02:00
github-actions[bot]
202eb5ddf5
Merge staging-next into staging 2021-05-05 18:24:02 +00:00
Konstantin Alekseev
e349b77943 neovim: set g:loaded_python_provider = 0 2021-05-05 18:04:09 +02:00
github-actions[bot]
98d7aac597
Merge staging-next into staging 2021-05-04 00:49:43 +00:00
Matt Christ
0f1a3ab3df emacs pkgs: update org 2021-05-03 17:43:34 -05:00
Matt Christ
e117e00a5c emacs pkgs: update elpa 2021-05-03 17:43:34 -05:00
Dmitry Kalinkin
e5b86d7ac0
Merge pull request #119874 from veprbl/pr/zmq_fix
emacsPackages.melpaPackages.zmq: preventive fix for module-file-suffix change needed for emacs 28
2021-05-03 17:51:05 -04:00
Matt Christ
752f4a2069 emacs pkgs: update melpa recipes 2021-05-03 14:57:27 -05:00
github-actions[bot]
5e177b16b1
Merge staging-next into staging 2021-05-03 18:25:49 +00:00
Daniël de Kok
cc3609a59c
Merge pull request #120354 from kennyballou/update-emacs2nix
Update emacs2nix and update-melpa.el
2021-05-03 19:47:02 +02:00
github-actions[bot]
a4c3a2d732
Merge staging-next into staging 2021-05-03 12:26:48 +00:00
R. RyanTM
7bc3bddeb8 bluej: 5.0.0 -> 5.0.1 2021-05-03 08:48:00 +00:00
github-actions[bot]
afe3fd192f
Merge staging-next into staging 2021-05-03 00:53:51 +00:00
Martin Weinelt
d942d4473d neovim, neovimUtils, neovim-qt: drop python2 support
In 2a00e53bd pynvim support for python2 was disabled, this broke the
neovim build. I really think it is time to let go of python2 support in
neovim.
2021-05-02 22:43:53 +02:00
Jonathan Ringer
a060b84b32 vscod{e,ium}-fhs: add top-level aliases, add description 2021-05-02 13:38:52 -07:00
Jonathan Ringer
9bd292c929 vscod{e,ium}: Add fhs passthru 2021-05-02 13:38:52 -07:00
github-actions[bot]
0e4580d4d0
Merge staging-next into staging 2021-05-02 18:24:58 +00:00
Luke Granger-Brown
0ae084feb2
Merge pull request #110426 from r-ryantm/auto-update/thonny
thonny: 3.3.2 -> 3.3.6
2021-05-02 13:27:40 +01:00
Luke Granger-Brown
8c04500313 thonny: 3.3.3 -> 3.3.6 2021-05-02 12:26:15 +00:00
github-actions[bot]
e6037ce5fe
Merge staging-next into staging 2021-05-02 00:58:46 +00:00
Luke Granger-Brown
510fc9cd8f jetbrains: update
jetbrains.clion: 2021.1 -> 2021.1.1
jetbrains.datagrip: 2021.1 -> 2021.1.1
jetbrains.goland: 2021.1 -> 2021.1.1
jetbrains.idea-community: 2021.1 -> 2021.1.1
jetbrains.idea-ultimate: 2021.1 -> 2021.1.1
jetbrains.phpstorm: 2021.1 -> 2021.1.2
jetbrains.pycharm-community: 2021.1 -> 2021.1.1
jetbrains.pycharm-professional: 2021.1 -> 2021.1.1
jetbrains.rider: 2021.1.1 -> 2021.1.2
jetbrains.ruby-mine: 2021.1 -> 2021.1.1
jetbrains.webstorm: 2021.1 -> 2021.1.1
2021-05-01 13:10:30 -07:00
John Ericson
17305d2df0
Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04:00
github-actions[bot]
d7882499f8
Merge staging-next into staging 2021-04-30 12:26:14 +00:00