Commit graph

5332 commits

Author SHA1 Message Date
Benjamin Hipple 9426084fec
Merge pull request #102114 from MetaDark/fetchzip
fetchzip: remove write permissions for unpacked files
2020-11-28 19:18:14 -05:00
Sandro c40ba614a1
Merge pull request #99894 from loskutov/patch-2
datagrip: remove loskutov from maintainers
2020-11-28 00:30:06 +01:00
Maximilian Bosch b124d00d4d
Merge pull request #105135 from raboof/jetbrains-updates
jetbrains: updates
2020-11-27 19:01:40 +01:00
Arnout Engelen 06f2fd5fb9
jetbrains: updates 2020-11-27 12:04:23 +01:00
Sandro 40e1df7cf9
Merge pull request #105069 from r-ryantm/auto-update/sigil
sigil: 1.4.0 -> 1.4.2
2020-11-26 23:07:29 +01:00
MetaDark 4a5c49363a fetchzip: remove write permissions for unpacked files
Fixes https://github.com/NixOS/nixpkgs/issues/38649
2020-11-26 15:30:12 -05:00
R. RyanTM b4b4919543 sigil: 1.4.0 -> 1.4.2 2020-11-26 20:10:12 +00:00
Pavol Rusnak b431a2bf0c
Merge pull request #103682 from evils/elvis
fix some dead meta.homepage entries
2020-11-26 17:35:38 +01:00
Oleksii Filonenko 78974082cc
Merge pull request #104832 from penguwin/glow
glow: 1.2.0 -> 1.2.1
2020-11-25 11:46:09 +02:00
Sandro 9ead4e3b17
Merge pull request #102470 from sgraf812/patch-1
case.kak.nix: Update description
2020-11-25 03:07:56 +01:00
Nicolas Martin 5451c908e2
glow: 1.2.0 -> 1.2.1 2020-11-25 02:08:35 +01:00
Sandro 13da973573
Merge pull request #102411 from freezeboy/unbreak-prolog-mode
emacs26Packages.prolog-mode: unbreak
2020-11-25 02:07:43 +01:00
Vincent Cui a0f0927013 vscode: fix opening files with pcmanfm 2020-11-24 19:00:54 +01:00
Sandro dc0d766f2d
Merge pull request #103515 from r-ryantm/auto-update/rednotebook
rednotebook: 2.19 -> 2.20
2020-11-24 18:13:23 +01:00
Sandro 156a9954d3 leo-editor: drop ramkromberg from maintainer
per https://github.com/NixOS/nixpkgs/pull/103444#issuecomment-727590668
2020-11-23 22:04:00 -08:00
Sandro 6861bc093f
Merge pull request #103924 from r-ryantm/auto-update/sigil
sigil: 1.3.0 -> 1.4.0
2020-11-23 23:22:58 +01:00
Sandro 0f96ab0a5f
Merge pull request #103937 from buffet/fix-kak-prelude-path
kak-prelude: Fix installation path
2020-11-23 22:28:37 +01:00
R. RyanTM 1a3f5049fb edbrowse: 3.7.6 -> 3.7.7 2020-11-23 20:39:13 +01:00
Sandro b3a8771443
Merge pull request #104391 from r-ryantm/auto-update/thonny
thonny: 3.2.7 -> 3.3.0
2020-11-23 11:25:54 +01:00
Vladyslav M 39d59682b8
Merge pull request #104601 from r-ryantm/auto-update/tiled
tiled: 1.4.2 -> 1.4.3
2020-11-22 23:41:06 +02:00
Michael Raskin eee54dba79
Merge pull request #103913 from catern/copysrc
emacs: properly include source code when withCsrc is true
2020-11-22 16:37:40 +00:00
Nicolas Martin 97c0e0768b glow: 1.1.0 -> 1.2.0 2020-11-22 17:23:20 +01:00
R. RyanTM bf3a700c5b tiled: 1.4.2 -> 1.4.3 2020-11-22 13:33:52 +00:00
Matt McHenry a7cad45d93
eclipses: 2020-06 -> 2020-09 2020-11-20 23:58:44 +01:00
freezeboy bb18d1dcf1 sigil: migrate to Qt5.15 and fix segfault 2020-11-20 22:24:27 +01:00
R. RyanTM 11672f2d56 thonny: 3.2.7 -> 3.3.0 2020-11-20 17:21:45 +00:00
Mario Rodas a449934477
Merge pull request #102241 from marsam/emacs27-optional-imagemagick
emacs: make ImageMagick dependency optional in Emacs≥27
2020-11-19 21:58:16 -05:00
Florian Franzen d5eb9fbe53 texmacs: 1.99.14 -> 1.99.15 2020-11-19 14:35:19 +01:00
R. RyanTM 8e80af2e89 bluefish: 2.2.11 -> 2.2.12 2020-11-18 11:07:33 -08:00
Tim Steinbach 0984125676
Merge pull request #103988 from NeQuissimus/nano_update
nano: Update script, test
2020-11-17 12:14:51 -05:00
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
Tim Steinbach 0338f728c0
nano: Add test 2020-11-16 14:00:34 -05:00
Tim Steinbach 701df1a3dc
nano: Add update script 2020-11-16 12:57:20 -05:00
buffet 0916fa453e kak-prelude: Fix installation path 2020-11-15 21:42:11 +00:00
Spencer Baugh 802fa5b9d1 emacs: properly calculate the path of the src directory 2020-11-15 13:32:05 -05:00
R. RyanTM 50ac9db524 sigil: 1.3.0 -> 1.4.0 2020-11-15 17:46:06 +00:00
Spencer Baugh e4fcc9aed1 emacs: properly include source code when withCsrc is true
Previously, we just copied it into a separate directory in the build
directory. That's not useful, and not what was intended.
2020-11-15 10:59:19 -05:00
Mario Rodas d958359453
Merge pull request #103693 from JesusMtnez/vscode
vscode: 1.51.0 -> 1.51.1
2020-11-13 22:25:02 -05:00
Mario Rodas 47e2120a4a
Merge pull request #103692 from JesusMtnez/vscodium
vscodium: 1.51.0 -> 1.51.1
2020-11-13 22:24:13 -05:00
Ryan Mulligan 13a3e50231
Merge pull request #103691 from r-ryantm/auto-update/geany
geany: 1.37 -> 1.37.1
2020-11-13 13:16:03 -08:00
JesusMtnez aa9a29c4ce
vscode: 1.51.0 -> 1.51.1 2020-11-13 14:11:54 +01:00
JesusMtnez bca0c78dc4
vscodium: 1.51.0 -> 1.51.1 2020-11-13 14:10:26 +01:00
R. RyanTM 325d97780d geany: 1.37 -> 1.37.1 2020-11-13 13:08:06 +00:00
Evils 91852f17ef elvis: update meta.homepage 2020-11-13 09:24:48 +01:00
R. RyanTM 416f9732d4 rednotebook: 2.19 -> 2.20 2020-11-11 23:22:35 +00:00
meutraa 7bbff896df
androidStudioPackages.stable: 4.1.0.19 -> 4.1.1.0 2020-11-11 16:21:15 +00:00
Daniël de Kok 3497b757d3
Merge pull request #102472 from helsinki-systems/feat/vim-python3
vim: Get rid of Python 2 dependency
2020-11-11 11:52:02 +01:00
Frederik Rietdijk 379aaa1e0c Merge master into staging-next 2020-11-10 10:11:08 +01:00
Michael Weiss da8c1a8192
Merge pull request #103136 from meutraa/update/android-studio-canary
androidStudioPackages.{canary,dev}: 4.2.0.15 -> 4.2.0.16
2020-11-09 15:29:41 +01:00
Frederik Rietdijk 20f001c01e Merge master into staging-next 2020-11-09 14:33:52 +01:00