-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 360e57a567a7
head repository: NixOS/nixpkgs
compare: 2dc7d6197ec0
Commits on Sep 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b8ae6b1 - Browse repository at this point
Copy the full SHA b8ae6b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3954ddd - Browse repository at this point
Copy the full SHA 3954dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aef41c - Browse repository at this point
Copy the full SHA 1aef41cView commit details
Commits on Oct 19, 2019
-
docker-runc: switch to OCI runc 1.0.0-rc8+dev
The revision picked is based on https://github.com/docker/docker-ce/blob/19.03/components/engine/hack/dockerfile/install/runc.installer and https://github.com/docker/docker-ce/blob/18.09/components/engine/hack/dockerfile/install/runc.installer This should address CVE-2019-16884.
Configuration menu - View commit details
-
Copy full SHA for b36ee87 - Browse repository at this point
Copy the full SHA b36ee87View commit details
Commits on Oct 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d130224 - Browse repository at this point
Copy the full SHA d130224View commit details -
rust-cbindgen: skip expand tests
The expand tests require unstable rust features.
Configuration menu - View commit details
-
Copy full SHA for 06744bb - Browse repository at this point
Copy the full SHA 06744bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e07c297 - Browse repository at this point
Copy the full SHA e07c297View commit details
Commits on Oct 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7673965 - Browse repository at this point
Copy the full SHA 7673965View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5feacc9 - Browse repository at this point
Copy the full SHA 5feacc9View commit details -
elmPackages.*: update to latest versions
elm-language-server: 1.4.1 -> 1.4.2 downstream updates in others
Configuration menu - View commit details
-
Copy full SHA for 1d4f48d - Browse repository at this point
Copy the full SHA 1d4f48dView commit details -
lib/trivial: add
pipe
function`pipe` is a useful operator for creating pipelines of functions. It works around the usual problem of e.g. string operations becoming deeply nested functions. In principle, there are four different ways this function could be written: pipe val [ f1 .. fn ] pipe val [ fn .. f1 ] compose [ f1 .. fn ] val compose [ fn .. f1 ] val The third and fourth form mirror composition of functions, they would be the same as e.g. `(f1 << f2 << f3 .. << fn) val`. However, it is not clear which direction the list should have (as one can see in the second form, which is the most absurd. In order not to confuse users, we decide for the most “intuitive” form, which mirrors the way unix pipes work (thus the name `pipe`). The flow of data goes from left to right. Co-Authored-By: Silvan Mosberger <infinisil@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for 8252861 - Browse repository at this point
Copy the full SHA 8252861View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1c21ad - Browse repository at this point
Copy the full SHA b1c21adView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5994f - Browse repository at this point
Copy the full SHA ad5994fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f4d260 - Browse repository at this point
Copy the full SHA 9f4d260View commit details -
Merge pull request #71521 from BrianHicks/update-elm-language-server
elmPackages.*: update to latest versions
Configuration menu - View commit details
-
Copy full SHA for 3fd1d47 - Browse repository at this point
Copy the full SHA 3fd1d47View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfe3c89 - Browse repository at this point
Copy the full SHA cfe3c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d281cc - Browse repository at this point
Copy the full SHA 9d281ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e4d7b - Browse repository at this point
Copy the full SHA b0e4d7bView commit details -
Merge pull request #71522 from marsam/update-nodejs
nodejs-12_x: 12.12.0 -> 12.13.0
Configuration menu - View commit details
-
Copy full SHA for fa4524d - Browse repository at this point
Copy the full SHA fa4524dView commit details -
Merge pull request #69124 from asbachb/update-to-netbeans-11.1
Update to NetBeans 11.1
Configuration menu - View commit details
-
Copy full SHA for a2638b6 - Browse repository at this point
Copy the full SHA a2638b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a707763 - Browse repository at this point
Copy the full SHA a707763View commit details -
Merge pull request #70509 from doronbehar/package-snzip
snzip: init at 1.0.4
Configuration menu - View commit details
-
Copy full SHA for 22b0be5 - Browse repository at this point
Copy the full SHA 22b0be5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ee02a9 - Browse repository at this point
Copy the full SHA 0ee02a9View commit details -
Merge pull request #70259 from andir/rust-checkflags
rust introduce `checkFlags` to parametrize test execution
Configuration menu - View commit details
-
Copy full SHA for 8d77a83 - Browse repository at this point
Copy the full SHA 8d77a83View commit details -
libechonest: 2.3.0 -> 2.3.1 (#71525)
Just a package revamp + one less sha1 hash in nixpkgs
Configuration menu - View commit details
-
Copy full SHA for 58ddd8f - Browse repository at this point
Copy the full SHA 58ddd8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for db32ff0 - Browse repository at this point
Copy the full SHA db32ff0View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/calcurse/versions
Configuration menu - View commit details
-
Copy full SHA for 6c4114c - Browse repository at this point
Copy the full SHA 6c4114cView commit details -
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
Configuration menu - View commit details
-
Copy full SHA for 64dbf3a - Browse repository at this point
Copy the full SHA 64dbf3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45ffe82 - Browse repository at this point
Copy the full SHA 45ffe82View commit details -
Merge pull request #71386 from d-goldin/docker_runc_cve
docker-runc: switch to OCI runc 1.0.0-rc8+dev (security)
Configuration menu - View commit details
-
Copy full SHA for 2dc7d61 - Browse repository at this point
Copy the full SHA 2dc7d61View commit details
There are no files selected for viewing