-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 92212a59df51
head repository: NixOS/nixpkgs-channels
compare: 95b35a2514ff
Commits on Feb 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dc1efa9 - Browse repository at this point
Copy the full SHA dc1efa9View commit details
Commits on Apr 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for eb43e8d - Browse repository at this point
Copy the full SHA eb43e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef7e6ee - Browse repository at this point
Copy the full SHA ef7e6eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfffee9 - Browse repository at this point
Copy the full SHA bfffee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3c18b2 - Browse repository at this point
Copy the full SHA f3c18b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3112c0e - Browse repository at this point
Copy the full SHA 3112c0eView commit details
Commits on Apr 25, 2020
-
This is a derivation for the binary distribution of the Open Watcom C/C++ compiler.
Configuration menu - View commit details
-
Copy full SHA for c26e7f9 - Browse repository at this point
Copy the full SHA c26e7f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a89b773 - Browse repository at this point
Copy the full SHA a89b773View commit details
Commits on Apr 26, 2020
-
nixos/nsswitch: Make databases more configurable
Instead of hardcoding all nss modules that are added into nsswitch, there are now options exposed. This allows users to add own nss modules (I had this issue with winbindd, for example). Also, nss modules could be moved to their NixOS modules which would make the nsswitch module slimmer. As the lists are now handled by the modules system, we can use mkOrder to ensure a proper order as well as mkForce to override one specific database type instead of the entire file.
Configuration menu - View commit details
-
Copy full SHA for bc2a4b3 - Browse repository at this point
Copy the full SHA bc2a4b3View commit details
Commits on Apr 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8a339b4 - Browse repository at this point
Copy the full SHA 8a339b4View commit details -
virtualbox: build BIOS from C instead of alternative sources
VirtualBox ships with "alternative BIOS sources" for its virtual BIOS. These are generated by first compiling the BIOS C sources with the Open Watcom toolchain, disassembling the output and checking in the disassembly into the VirtualBox repo. The result means that the BIOS C code cannot be patched, because it's not compiled from the C sources, if Open Watcom is not there. As Open Watcom is now available in nixpkgs, we can just ignore the alternative BIOS sources and compile it from C directly.
Configuration menu - View commit details
-
Copy full SHA for 7c995a4 - Browse repository at this point
Copy the full SHA 7c995a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e2a558 - Browse repository at this point
Copy the full SHA 1e2a558View commit details -
Configuration menu - View commit details
-
Copy full SHA for edddc7c - Browse repository at this point
Copy the full SHA edddc7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd0e684 - Browse repository at this point
Copy the full SHA bd0e684View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6da294e - Browse repository at this point
Copy the full SHA 6da294eView commit details -
amdadl-sdk, amdapp-sdk: remove
these libraries are obsolete and nothing in the nixpkgs tree requires them
Configuration menu - View commit details
-
Copy full SHA for d94444e - Browse repository at this point
Copy the full SHA d94444eView commit details -
unison-ucm: 1.0.M1j-alpha -> 1.0.M1l-alpha
Follow-up to #85940. There were a couple of issues with the 1.0.M1j-alpha release that were promptly fixed.
Configuration menu - View commit details
-
Copy full SHA for df202b4 - Browse repository at this point
Copy the full SHA df202b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for de2b314 - Browse repository at this point
Copy the full SHA de2b314View commit details -
Merge pull request #86255 from lovesegfault/zoom-us-5.0
zoom-us: 3.5.385850.0413 -> 5.0.398100.0427
Configuration menu - View commit details
-
Copy full SHA for f5c04ec - Browse repository at this point
Copy the full SHA f5c04ecView commit details -
Merge pull request #80896 from clkamp/pam-unix-add-nodelay
nixos/security/pam: Add nodelay option
Configuration menu - View commit details
-
Copy full SHA for a0ebabf - Browse repository at this point
Copy the full SHA a0ebabfView commit details -
Merge pull request #85772 from blitz/open-watcom
Use Open Watcom to build VirtualBox BIOS
Configuration menu - View commit details
-
Copy full SHA for 05328a4 - Browse repository at this point
Copy the full SHA 05328a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fb6a30 - Browse repository at this point
Copy the full SHA 3fb6a30View commit details -
Merge pull request #85589 from emilazy/add-acme-maintainers-team
Add ACME maintainers team
Configuration menu - View commit details
-
Copy full SHA for 10bf212 - Browse repository at this point
Copy the full SHA 10bf212View commit details -
Merge pull request #86167 from jtojnar/webkitgtk-2.28.2
webkitgtk: 2.28.1 → 2.28.2
Configuration menu - View commit details
-
Copy full SHA for a8b60a8 - Browse repository at this point
Copy the full SHA a8b60a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa3dde8 - Browse repository at this point
Copy the full SHA aa3dde8View commit details -
Merge pull request #85998 from helsinki-systems/make-nsswitch-more-fl…
…exible nixos/nsswitch: Make databases more configurable
Configuration menu - View commit details
-
Copy full SHA for c01ac3e - Browse repository at this point
Copy the full SHA c01ac3eView commit details
Commits on Apr 29, 2020
-
treewide get rid of go 1.12 (#83253)
* treewide Drop unneeded go 1.12 overrides * Fix packr to be go module compatible. I updated to version 2.8.0 which is the latest on master. Then due to the 2 different sets of go modules which are used, I split the build into two different derivations, then merged them togethor using symlinkJoin to have the same output structure as the existing derivation. * Remove consul dependency on go1.12 I updated the consul version to 1.7.2 and flipped it to building using modules. * Remove go1.12 from perkeep. Update the version to the latest unstable on master. * Update scaleway-cli to not be pinned to go1.12 Switched the version to 1.20 * Update prometheus-varnish-exporter to not depend on go1.12 * Update lnd to build with go1.12 Updated the version Forced only building subpackages with main to prevent panics over multiple modules in one repo * Remove go1.12 from openshift Had to update the version to 4.1.0 and do a bit of munging to get this to work * Remove go1.12 completely. These are no longer needed. * Update bazel-watcher and make it build with go 1.14
Configuration menu - View commit details
-
Copy full SHA for 4007ceb - Browse repository at this point
Copy the full SHA 4007cebView commit details -
Merge pull request #86224 from bbigras/starship
starship: 0.40.1 -> 0.41.0
Configuration menu - View commit details
-
Copy full SHA for 0028170 - Browse repository at this point
Copy the full SHA 0028170View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50950bd - Browse repository at this point
Copy the full SHA 50950bdView commit details -
Merge pull request #86233 from prusnak/remove-amd-legacy
amdadl-sdk, amdapp-sdk: remove
Configuration menu - View commit details
-
Copy full SHA for d3ef065 - Browse repository at this point
Copy the full SHA d3ef065View commit details -
Merge pull request #86211 from marsam/update-nodejs-12_x
nodejs-12_x: 12.16.2 -> 12.16.3
Configuration menu - View commit details
-
Copy full SHA for af6f00d - Browse repository at this point
Copy the full SHA af6f00dView commit details -
Merge pull request #86150 from ceedubs/unison-ucm-M1l
unison-ucm: 1.0.M1j-alpha -> 1.0.M1l-alpha
Configuration menu - View commit details
-
Copy full SHA for b7f80f0 - Browse repository at this point
Copy the full SHA b7f80f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for de71be7 - Browse repository at this point
Copy the full SHA de71be7View commit details -
The logging "sed-patch" that was introduced for version 20190611 worked poorly: it was too intrusive (breaking the --logfile option), and it didn't prevent using in-store file for logging by default. The new logging patch (an actual "diff-patch") is less intrusive: it just changes the default log file's location to be the current directory instead of the executable's directory.
Configuration menu - View commit details
-
Copy full SHA for 462fa8b - Browse repository at this point
Copy the full SHA 462fa8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c678d68 - Browse repository at this point
Copy the full SHA c678d68View commit details -
Merge pull request #81366 from pvgoran/pykms-fix-logging
pykms: fix/enhance logging
Configuration menu - View commit details
-
Copy full SHA for 83a57cf - Browse repository at this point
Copy the full SHA 83a57cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95b35a2 - Browse repository at this point
Copy the full SHA 95b35a2View commit details
There are no files selected for viewing