about summary refs log tree commit diff
path: root/pkgs
AgeCommit message (Collapse)AuthorFilesLines
2020-07-17Merge pull request #93281 from danieldk/darktable-openclDaniël de Kok1-0/+4
darktable: fix OpenCL support
2020-07-17Merge pull request #93185 from stigtsp/package/perl-www-curl-fixDmitry Kalinkin2-42/+8
perlPackages.WWWCurl: fix build
2020-07-17go_1_13: 1.13.13 -> 1.13.14zowoq1-2/+2
2020-07-16Merge pull request #93285 from r-ryantm/auto-update/cargo-fuzzMario Rodas1-3/+3
cargo-fuzz: 0.5.4 -> 0.8.0
2020-07-16Merge pull request #93313 from r-ryantm/auto-update/gituiMario Rodas1-3/+3
gitAndTools.gitui: 0.5.0 -> 0.8.1
2020-07-17buildGoPackage: add nixpkgs-go maintainerzowoq1-1/+5
2020-07-17buildGoModule: add nixpkgs-go maintainerzowoq1-1/+1
2020-07-17buildRustPackage: add nixpkgs-rust maintainerzowoq1-1/+5
2020-07-16Merge pull request #93312 from r-ryantm/auto-update/gnome-desktopworldofpeace1-2/+2
gnome3.gnome-desktop: 3.36.3.1 -> 3.36.4
2020-07-16Merge pull request #93307 from colemickens/xdpg-fontsworldofpeace1-0/+1
xdg-desktop-portal-gtk: add gnome-settings-daemon
2020-07-16python3Packages.torchgpipe: init at 0.0.5Ben Darwin2-0/+41
2020-07-17gitAndTools.gh: 0.10.1 -> 0.11.0zowoq1-3/+3
https://github.com/cli/cli/releases/tag/v0.11.0
2020-07-16gitAndTools.gitui: 0.5.0 -> 0.8.1R. RyanTM1-3/+3
2020-07-17Merge pull request #85021 from oxalica/osuSilvan Mosberger4-0/+1659
osu-lazer: init at 2020.714.0
2020-07-16gnome3.gnome-desktop: 3.36.3.1 -> 3.36.4R. RyanTM1-2/+2
2020-07-16xdg-desktop-portal-gtk: add gnome-settings-daemonCole Mickens1-0/+1
This fixes "xdg-desktop-portal-gtk breaks font hinting". Aka, nixos/nixpkgs#93199.
2020-07-16GZDoom 4.3.3 -> 4.4.2Derpford1-50/+80
* 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-16element-desktop, element-web: 1.7.0 -> 1.7.1claudiiii4-9/+9
2020-07-16Merge pull request #91433 from primeos/sway-1.5Michael Weiss3-30/+30
Sway 1.5
2020-07-16Merge pull request #93295 from bcdarwin/unbreak-pydicomworldofpeace1-1/+5
python3Packages.pydicom: unbreak package
2020-07-16Merge pull request #93192 from adisbladis/zoneminder-1_34_16adisbladis1-3/+3
zoneminder: 1.34.9 -> 1.34.16
2020-07-16sway-contrib.grimshot: Reuse sway-unwrapped.srcMichael Weiss1-16/+4
2020-07-16sway: 1.4 -> 1.5Michael Weiss1-11/+21
2020-07-16wlroots: 0.10.1 -> 0.11.0Michael Weiss1-3/+5
2020-07-16Merge pull request #93287 from adisbladis/linux-5_7_9adisbladis1-2/+2
linux: 5.7.8 -> 5.7.9
2020-07-16zoneminder: Remove peterhoeg as maintaineradisbladis1-1/+1
2020-07-16zoneminder: 1.34.9 -> 1.34.16adisbladis1-2/+2
2020-07-16python3Packages.pydicom: unbreak package by disabling a test failing due to ↵Ben Darwin1-1/+5
a string matching issue in an assert
2020-07-16Merge pull request #93134 from claudiiii/update-riot-desktopworldofpeace8-208/+360
element-desktop, element-web: init at 1.7.0
2020-07-16Merge pull request #93284 from rnhmjoj/qute-fixMichele Guerini Rocco2-2/+2
qutebrowser: fix restart patching
2020-07-16Merge pull request #93193 from danieldk/rocm-runtime-extDaniël de Kok5-8/+89
rocm-runtime-ext: init at 3.5.1
2020-07-16linux: 5.7.8 -> 5.7.9adisbladis1-2/+2
2020-07-16Merge pull request #93148 from eadwu/nvidia_x11/2020.07Dmitry Kalinkin1-10/+5
nvidia_x11: 440.100 -> 450.57
2020-07-16cargo-fuzz: 0.5.4 -> 0.8.0R. RyanTM1-3/+3
2020-07-16qutebrowser: fix restart patchingrnhmjoj2-2/+2
2020-07-16Merge pull request #93084 from ludovicc/pulumiJaka Hudoklin2-45/+51
pulumi: 2.2.1 -> 2.6.1
2020-07-16pulumi: 2.2.1 -> 2.6.1Ludovic Claude2-45/+51
2020-07-16darktable: fix OpenCL supportDaniël de Kok1-0/+4
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-16Merge pull request #92917 from eyJhb/evdi-1.7.0Sarah Brofeldt1-4/+5
evdi: 2020-02-22 -> 2020-04-16
2020-07-16Merge pull request #92918 from eyJhb/displaylink-5.3.1Sarah Brofeldt1-4/+4
displaylink: 5.2.14 -> 5.3.1
2020-07-16Merge pull request #92934 from hercules-ci/dockerTools-set-imageTagRobert Hensing2-0/+30
dockerTools: Always set imageTag attribute
2020-07-16Merge pull request #93235 from r-ryantm/auto-update/monolithOleksii Filonenko1-3/+3
monolith: 2.2.7 -> 2.3.0
2020-07-16Merge pull request #93249 from r-ryantm/auto-update/sopsMario Rodas1-3/+3
sops: 3.5.0 -> 3.6.0
2020-07-16Merge pull request #93212 from r-ryantm/auto-update/cargo-expandDaniël de Kok1-3/+3
cargo-expand: 0.6.0 -> 0.6.4
2020-07-16rocm-runtime-ext: init at 3.5.1Daniël de Kok5-8/+89
This package provides the closed-source extension for rocm-runtime that is necessary for OpenCL image processing.
2020-07-16Merge pull request #93236 from r-ryantm/auto-update/mustache-goRyan Mulligan1-2/+2
mustache-go: 1.0.1 -> 1.2.0
2020-07-16gopls: 0.4.1 -> 0.4.3zimbatm1-5/+5
2020-07-16sops: 3.5.0 -> 3.6.0R. RyanTM1-3/+3
2020-07-16google-cloud-sdk: 297.0.1 -> 301.0.0 (#93237)Mrinal1-3/+3
2020-07-16amfora: init at 1.3.0Ash2-0/+24