R. RyanTM
6e2471d793
twitterBootstrap: 5.0.1 -> 5.0.2
2021-06-25 15:31:54 +00:00
Lassulus
61e983dbac
Merge pull request #128097 from Infinisil/writers-paths
...
writers: Allow string paths
2021-06-25 18:18:36 +03:00
Pavol Rusnak
759f70945a
Merge pull request #128109 from mdlayher/mdl-corerad
...
corerad: 0.3.1 -> 0.3.2
2021-06-25 16:54:34 +02:00
Harrison Houghton
246b757d26
scala-runners: init at unstable-2020-02-02
...
This is a script to run multiple versions of scala either by version
number or build hash.
2021-06-25 10:47:30 -04:00
Domen Kožar
8c563eaf70
Merge pull request #128108 from domenkozar/blueman-2.2.1
...
blueman: 2.1.4 -> 2.2.1
2021-06-25 16:45:16 +02:00
Dmitry Kalinkin
9959bb87e8
Merge pull request #127522 from rytone/ocio2
...
blender: Switch to OpenColorIO 2.x
2021-06-25 10:39:43 -04:00
urlordjames
28118bacce
drogon: 1.7.0 -> 1.7.1
2021-06-25 10:31:39 -04:00
Elis Hirwing
2e28eb60d7
transifex-client: Remove me as maintainer
2021-06-25 16:26:30 +02:00
Elis Hirwing
8cd3949dfe
gnomeExtensions.gsconnect: Remove me as maintainer
2021-06-25 16:26:22 +02:00
Matt Layher
79195ea3d1
corerad: 0.3.1 -> 0.3.2
...
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2021-06-25 10:23:22 -04:00
Domen Kožar
1bb478f5be
blueman: 2.1.4 -> 2.2.1
2021-06-25 16:18:12 +02:00
Anderson Torres
d4826151d4
Merge pull request #127998 from ehmry/plan9port
...
plan9port: 2020-01-08 -> 2021-04-22
2021-06-25 11:06:55 -03:00
Robert Schütz
89733fadfe
python3Packages.imap-tools: 0.41.0 -> 0.42.0
...
https://github.com/ikvk/imap_tools/releases/tag/v0.42.0
2021-06-25 15:56:27 +02:00
Harrison Houghton
a40b1a62eb
hobbes: unstable-2020-05-19 -> unstable-2021-04-28 with LLVM 11 support ( #124490 )
2021-06-25 15:56:24 +02:00
Sandro
54cccb99de
Merge pull request #127941 from liff/libwnck/3-is-default
2021-06-25 15:53:01 +02:00
Sandro
2607ce8867
Merge pull request #128065 from jonringer/stdenv-no-cc
...
mkShellNoCC: init
2021-06-25 15:50:32 +02:00
Sandro
57f5a1bcf2
Merge pull request #110220 from r-ryantm/auto-update/profile-sync-daemon
...
profile-sync-daemon: 6.42 -> 6.44
2021-06-25 15:45:16 +02:00
Sandro
323e8cac82
Merge pull request #128069 from Artturin/openhantek
...
openhantek6022: 3.1.3 -> 3.2.3
2021-06-25 15:45:00 +02:00
Sandro
dc7e243c1e
Merge pull request #128050 from r-ryantm/auto-update/kanshi
2021-06-25 15:43:49 +02:00
Sandro
4399e70e73
Merge pull request #128072 from oxalica/vscode-lldb
2021-06-25 15:42:23 +02:00
Robert Schütz
cc27643528
python3Packages.imaplib2: 2.45.0 -> 3.6
2021-06-25 15:41:55 +02:00
Dmitry Kalinkin
4012bb7603
Merge pull request #127492 from xworld21/texlive-texdoc-data-tlpdb-lua
...
texlive.texdoc: build Data.tlpdb.lua
2021-06-25 09:39:25 -04:00
Michael Weiss
e1f8852faa
Merge pull request #128091 from primeos/signal-desktop
...
signal-desktop: 5.6.1 -> 5.6.2
2021-06-25 15:06:37 +02:00
Michael Weiss
396c700795
Merge pull request #128096 from primeos/llvm_git
...
llvmPackages_git: 2021-06-11 -> 2021-06-19
2021-06-25 15:00:53 +02:00
Robert Schütz
321d92cc06
home-assistant: test rflink component
2021-06-25 15:00:01 +02:00
Robert Schütz
3a1200eef3
home-assistant: update component-packages.nix
2021-06-25 15:00:00 +02:00
Robert Schütz
3d92784940
python3Packages.rflink: init at 0.0.58
2021-06-25 15:00:00 +02:00
Harrison Houghton
76e2eb2d74
sourcetrail: fix
...
The LLVM headers it wants to copy are in
llvmPackages.clang-unwrapped.lib, not llvmPackages.clang-unwrapped.
2021-06-25 08:55:38 -04:00
zowoq
cd50708ec8
delta: 0.8.0 -> 0.8.1
...
https://github.com/dandavison/delta/releases/tag/0.8.1
2021-06-25 21:45:25 +09:00
Michael Weiss
d9d0021012
llvmPackages_git: 2021-06-11 -> 2021-06-19
2021-06-25 14:44:59 +02:00
R. RyanTM
c20a180937
hugo: 0.84.0 -> 0.84.1
2021-06-25 12:40:38 +00:00
Silvan Mosberger
33ffb05d39
writers: Allow string paths
...
Before this change, it was not possible to use string paths,
because then the `types.str.check` would succeed. So the only paths that
could be used were ones from the local filesystem via e.g.
`./some/path`.
We can easily fix this by using `types.path.check` instead to determine
whether we are dealing with a path.
This notably also allows using Nix-fetched sources as the content, e.g.
`fetchFromGitHub { ... } + "/some/file"`
2021-06-25 14:39:59 +02:00
Sandro
2555e22867
Merge pull request #127947 from romildo/upd.whitesur-gtk-theme
2021-06-25 14:36:19 +02:00
Sandro
fef1fef93d
Merge pull request #127948 from LibreCybernetics/update-idris2
2021-06-25 14:35:44 +02:00
R. RyanTM
8fbf1e927f
httpx: 1.0.9 -> 1.1.0
2021-06-25 12:33:45 +00:00
Michael Weiss
07fdb0c375
signal-desktop: 5.6.1 -> 5.6.2
2021-06-25 14:23:46 +02:00
R. RyanTM
1c203a2325
fcft: 2.4.0 -> 2.4.1
2021-06-25 14:18:15 +02:00
Vo Anh Duy
00cba5e8e7
lima: init at 0.4.0
2021-06-25 22:07:50 +10:00
Vo Anh Duy
caf1aaa687
maintainers: add anhduy
2021-06-25 22:07:50 +10:00
github-actions[bot]
bae6b2055f
Merge master into staging-next
2021-06-25 12:06:04 +00:00
Michael Weiss
370a10c27f
Merge pull request #128055 from Synthetica9/sway-check-quit
...
nixos/tests/sway: add check that sway quits
2021-06-25 13:23:39 +02:00
markuskowa
4457a52cab
Merge pull request #124910 from r-ryantm/auto-update/mediawiki
...
mediawiki: 1.35.2 -> 1.36.0
2021-06-25 13:22:34 +02:00
Arijit Basu
27c9644142
xplr: 0.14.2 -> 0.14.3
2021-06-25 16:50:04 +05:30
Fabian Affolter
7aaea419a4
python3Packages.bitarray: 2.1.0 -> 2.1.3
2021-06-25 13:13:17 +02:00
Markus Kowalewski
40c869a812
mediawiki: 1.36.0 -> 1.36.1
2021-06-25 12:48:39 +02:00
Jan Tojnar
5efd65b2d9
inkscape-with-extension: make enabling all extensions easier
...
Previously, we needed something like
inkscape-with-extensions.override { inkscapeExtensions = builtins.filter lib.isDerivation (builtins.attrValues inkscape-extensions); }
Now, we can just do
inkscape-with-extensions.override { inkscapeExtensions = null; }
2021-06-25 12:41:11 +02:00
Jan Tojnar
75ea980211
inkscape-extensions.applytransforms: 0.0.0+unstable=2021-05-11
2021-06-25 12:41:11 +02:00
Jan Tojnar
1dea82ff05
python3.pkgs.inkex: init from inkscape
...
This is useful for testing Inkscape extensions.
2021-06-25 12:41:11 +02:00
Alyssa Ross
d5bcba77a3
seatd: enable embedded seatd backend for libseat
...
This is the new mechanism for wlroots-based compositors to be able to
run as root, with no logind or seatd running.
2021-06-25 10:36:04 +00:00
Alyssa Ross
5b2c57e316
seatd: rename from libseat; build binary too
...
"seatd" is the name of the upstream project, so it's the proper name
for the package containing both the binary and the library.
2021-06-25 10:35:57 +00:00