Ryan Mulligan
e0ed6d71e3
Merge pull request #93317 from r-ryantm/auto-update/gitkraken
...
gitkraken: 7.0.1 -> 7.1.0
2020-07-17 06:01:45 -07:00
Daniël de Kok
5e95e2e763
Merge pull request #93331 from danieldk/rocm-smi
...
rocm-smi: init at 3.5.0
2020-07-17 14:02:38 +02:00
Jörg Thalheim
3829979d8d
Merge pull request #86589 from raboof/document-running-perl-scripts-from-the-shell
...
doc: add section on running ad-hoc Perl programs to the nixpkgs manual
2020-07-17 10:20:24 +01:00
Gabriel Ebner
fd726a9b26
Merge pull request #93240 from gebner/audacious405
...
audacious: 3.9 -> 4.0.5
2020-07-17 10:24:25 +02:00
Arnout Engelen
6093372069
Add section on running ad-hoc Perl programs to the nixpkgs manual
...
Co-authored-by: Timo Kaufmann <timokau@zoho.com>
2020-07-17 09:08:53 +02:00
Linus Heckemann
3ecbb6a817
stale bot: spelling nit
2020-07-17 08:22:12 +02:00
Daniël de Kok
a6d8e68610
rocm-smi: init at 3.5.0
...
This utility reports information about AMD GPUs that are supported by
the ROCm stack. It also exposes functionality for clock and
temperature management.
2020-07-17 08:07:09 +02:00
Mario Rodas
6148f63603
Merge pull request #90177 from servalcatty/v2ray
...
v2ray: 4.23.3 -> 4.26.0
2020-07-17 00:14:46 -05:00
Daniël de Kok
b5e5800a0b
Merge pull request #93281 from danieldk/darktable-opencl
...
darktable: fix OpenCL support
2020-07-17 06:55:44 +02:00
Dmitry Kalinkin
a9ddda95d0
Merge pull request #93185 from stigtsp/package/perl-www-curl-fix
...
perlPackages.WWWCurl: fix build
2020-07-17 00:33:50 -04:00
zowoq
9cbf74bb7b
go_1_13: 1.13.13 -> 1.13.14
2020-07-17 14:07:15 +10:00
Mario Rodas
05dc6afb08
Merge pull request #93285 from r-ryantm/auto-update/cargo-fuzz
...
cargo-fuzz: 0.5.4 -> 0.8.0
2020-07-16 21:46:13 -05:00
Mario Rodas
4f5195c350
Merge pull request #93313 from r-ryantm/auto-update/gitui
...
gitAndTools.gitui: 0.5.0 -> 0.8.1
2020-07-16 21:44:02 -05:00
zowoq
d5fb235b09
Merge pull request #89017 from zowoq/package-grouping
...
Group packages by language/builder via dummy maintainer
2020-07-17 11:57:06 +10:00
zowoq
075a891269
buildGoPackage: add nixpkgs-go maintainer
2020-07-17 11:16:54 +10:00
zowoq
60d878317b
buildGoModule: add nixpkgs-go maintainer
2020-07-17 11:16:54 +10:00
zowoq
2613e6d0e7
buildRustPackage: add nixpkgs-rust maintainer
2020-07-17 11:16:54 +10:00
zowoq
5650202eda
maintainers: add nixpkgs-{go,rust}
2020-07-17 11:16:54 +10:00
worldofpeace
dfc39d7ae6
Merge pull request #93312 from r-ryantm/auto-update/gnome-desktop
...
gnome3.gnome-desktop: 3.36.3.1 -> 3.36.4
2020-07-16 21:03:59 -04:00
worldofpeace
78fd11e817
Merge pull request #93307 from colemickens/xdpg-fonts
...
xdg-desktop-portal-gtk: add gnome-settings-daemon
2020-07-16 21:02:18 -04:00
R. RyanTM
7444a7ea05
gitkraken: 7.0.1 -> 7.1.0
2020-07-17 01:01:29 +00:00
Ben Darwin
ea8f8bcc54
python3Packages.torchgpipe: init at 0.0.5
2020-07-16 17:49:23 -07:00
zowoq
2a45eea7e3
gitAndTools.gh: 0.10.1 -> 0.11.0
...
https://github.com/cli/cli/releases/tag/v0.11.0
2020-07-17 09:57:01 +10:00
R. RyanTM
2025e915bc
gitAndTools.gitui: 0.5.0 -> 0.8.1
2020-07-16 23:53:40 +00:00
Silvan Mosberger
2a740344cc
Merge pull request #85021 from oxalica/osu
...
osu-lazer: init at 2020.714.0
2020-07-17 01:45:04 +02:00
R. RyanTM
69246f1620
gnome3.gnome-desktop: 3.36.3.1 -> 3.36.4
2020-07-16 22:43:29 +00:00
Cole Mickens
749418c6b4
xdg-desktop-portal-gtk: add gnome-settings-daemon
...
This fixes "xdg-desktop-portal-gtk breaks font hinting".
Aka, nixos/nixpkgs#93199 .
2020-07-16 15:12:54 -07:00
Derpford
951e2175c3
GZDoom 4.3.3 -> 4.4.2
...
* Update to 4.4.2
4.4.0 increased the ZScript version number, GZDoom 4.4.1 and 4.4.2 have some bugfixes.
* Fix bad checksum
Old hash was done without `--unpack` option, resulting in a mismatch.
* Fetch submodules
This fixes the issue with `zmusic` not being brought in as a dependency.
* Add zmusic derivation
Since zmusic isn't actually a submodule, we have to derive it ourselves and pass it as a buildInput.
* Semicolon.
* Semicolon in the *right* place this time.
* Merge the zmusic source into the gzdoom source.
Apparently this is how they expect zmusic to be added. Why this isn't a submodule, I don't know.
* Fix bad path editing
Credit to Open Skies for fixing this. Turns out the paths edited in the `gzdoom` derivation were for zmusic, which needs these edits to be made so that it looks in nix-friendly places for its stuff.
2020-07-16 23:45:10 +02:00
worldofpeace
d7cb69aaeb
Merge pull request #93303 from claudiiii/update-element
...
element-desktop, element-web: 1.7.0 -> 1.7.1
2020-07-16 17:36:19 -04:00
claudiiii
7c11d007cd
element-desktop, element-web: 1.7.0 -> 1.7.1
2020-07-16 23:17:09 +02:00
Michael Weiss
e0b6b0a6d1
Merge pull request #91433 from primeos/sway-1.5
...
Sway 1.5
2020-07-16 23:05:28 +02:00
worldofpeace
7bbcb280d0
Merge pull request #93295 from bcdarwin/unbreak-pydicom
...
python3Packages.pydicom: unbreak package
2020-07-16 16:56:15 -04:00
adisbladis
680c25c864
Merge pull request #93192 from adisbladis/zoneminder-1_34_16
...
zoneminder: 1.34.9 -> 1.34.16
2020-07-16 22:48:16 +02:00
Michael Weiss
81a214e62c
sway-contrib.grimshot: Reuse sway-unwrapped.src
2020-07-16 22:47:15 +02:00
Michael Weiss
f1dd43404a
sway: 1.4 -> 1.5
2020-07-16 22:46:53 +02:00
Michael Weiss
369dcb9202
wlroots: 0.10.1 -> 0.11.0
2020-07-16 22:46:26 +02:00
adisbladis
9218d4859c
Merge pull request #93287 from adisbladis/linux-5_7_9
...
linux: 5.7.8 -> 5.7.9
2020-07-16 22:25:54 +02:00
adisbladis
241ce53b3d
zoneminder: Remove peterhoeg as maintainer
2020-07-16 22:25:06 +02:00
adisbladis
709a02ca41
zoneminder: 1.34.9 -> 1.34.16
2020-07-16 22:24:08 +02:00
Ben Darwin
f2d85f0433
python3Packages.pydicom: unbreak package by disabling a test failing due to a string matching issue in an assert
2020-07-16 15:24:54 -04:00
worldofpeace
b378190b07
Merge pull request #93134 from claudiiii/update-riot-desktop
...
element-desktop, element-web: init at 1.7.0
2020-07-16 15:07:05 -04:00
Michele Guerini Rocco
e7c437975c
Merge pull request #93284 from rnhmjoj/qute-fix
...
qutebrowser: fix restart patching
2020-07-16 20:43:58 +02:00
Daniël de Kok
2b6a6c2e79
Merge pull request #93193 from danieldk/rocm-runtime-ext
...
rocm-runtime-ext: init at 3.5.1
2020-07-16 20:25:44 +02:00
adisbladis
2004b0061b
linux: 5.7.8 -> 5.7.9
2020-07-16 19:19:38 +02:00
Dmitry Kalinkin
831ccff80b
Merge pull request #93148 from eadwu/nvidia_x11/2020.07
...
nvidia_x11: 440.100 -> 450.57
2020-07-16 13:08:06 -04:00
R. RyanTM
35f96e6c7b
cargo-fuzz: 0.5.4 -> 0.8.0
2020-07-16 17:06:23 +00:00
rnhmjoj
6d2be2a2ce
qutebrowser: fix restart patching
2020-07-16 18:49:57 +02:00
Jaka Hudoklin
24b55081f5
Merge pull request #93084 from ludovicc/pulumi
...
pulumi: 2.2.1 -> 2.6.1
2020-07-16 18:41:28 +02:00
Ludovic Claude
565e513b1e
pulumi: 2.2.1 -> 2.6.1
2020-07-16 18:40:11 +02:00
Daniël de Kok
0aef146cdd
darktable: fix OpenCL support
...
The OpenCL compiler does not properly support -I flags to include the
kernel paths, breaking relative includes. Simply replace the included
files by absolute paths.
OpenCL kernels verified to compile and work on an RX 580.
Credits for the fix go to nixos-rocm.
2020-07-16 17:57:09 +02:00