-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: e01db49bfa43
head repository: NixOS/nixpkgs-channels
compare: 14ca98e51e41
Commits on Jun 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c0c43e9 - Browse repository at this point
Copy the full SHA c0c43e9View commit details -
lib: fix and simplify
doRename
Before this change `mkRenamedOptionModule` would override option defaults even when the old option name is left unused. For instance ```nix { optios = { services.name.new = mkOption { default = { one = {}; }; }; }; imports = [ (mkRenamedOptionModule [ "services" "name" "old" ] [ "services" "name" "new" "two" ]) ]; config = {}; } ``` would evaluate to `{ config.services.name.new = { two = {}; }; }` when you'd expect it to evaluate to `{ config.services.name.new = { one = {}; }; }`.
Configuration menu - View commit details
-
Copy full SHA for 449d43f - Browse repository at this point
Copy the full SHA 449d43fView commit details
Commits on Jun 23, 2018
-
llvm4: unconditionally set triples, not just on musl.
Split off from #42454 as requested.
Configuration menu - View commit details
-
Copy full SHA for 0ac09be - Browse repository at this point
Copy the full SHA 0ac09beView commit details
Commits on Jun 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1fe63c8 - Browse repository at this point
Copy the full SHA 1fe63c8View commit details
Commits on Jun 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 06db050 - Browse repository at this point
Copy the full SHA 06db050View commit details -
ocamlPackages.ocp-build: remove spurious dependency to camlp4
Change attribute name from “ocpBuild” to “ocp-build”.
Configuration menu - View commit details
-
Copy full SHA for fd018bd - Browse repository at this point
Copy the full SHA fd018bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d1b528 - Browse repository at this point
Copy the full SHA 0d1b528View commit details -
Configuration menu - View commit details
-
Copy full SHA for db8f874 - Browse repository at this point
Copy the full SHA db8f874View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0615803 - Browse repository at this point
Copy the full SHA 0615803View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed1bbae - Browse repository at this point
Copy the full SHA ed1bbaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c647ca8 - Browse repository at this point
Copy the full SHA c647ca8View commit details
Commits on Jun 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 81769a4 - Browse repository at this point
Copy the full SHA 81769a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60a541b - Browse repository at this point
Copy the full SHA 60a541bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a25eb5d - Browse repository at this point
Copy the full SHA a25eb5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dc31f5 - Browse repository at this point
Copy the full SHA 7dc31f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 978397d - Browse repository at this point
Copy the full SHA 978397dView commit details -
Configuration menu - View commit details
-
Copy full SHA for df313f6 - Browse repository at this point
Copy the full SHA df313f6View commit details -
trivial-builders: disallow sub in requireFile
The requireFile call was being substituted from the binary cache. We do not want this to happen as the user needs to download the file themselves.
Configuration menu - View commit details
-
Copy full SHA for f194659 - Browse repository at this point
Copy the full SHA f194659View commit details -
Merge pull request #42636 from aespinosa/nexus
nexus: 3.11.0 -> 3.12.1
Configuration menu - View commit details
-
Copy full SHA for f9cb1a9 - Browse repository at this point
Copy the full SHA f9cb1a9View commit details -
palp: fix runtime error introduced by #28029 (#42633)
After #28029 it is necessary to add "strictoverflow" to the disabled hardening flags. That probably has something to do with the `-O3` option in palps makefile. This commit also adds a test to check for this regression (as it only occured at runtime).
Configuration menu - View commit details
-
Copy full SHA for 08a59bb - Browse repository at this point
Copy the full SHA 08a59bbView commit details -
trezord: 2.0.12 -> 2.0.14 (#42627)
Tested-by: William Casarin <jb55@jb55.com> Signed-off-by: William Casarin <jb55@jb55.com>
Configuration menu - View commit details
-
Copy full SHA for 70212bb - Browse repository at this point
Copy the full SHA 70212bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b018171 - Browse repository at this point
Copy the full SHA b018171View commit details -
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-23-g7ccbd66 from Hackage revision commercialhaskell/all-cabal-hashes@dc8aa30.
Configuration menu - View commit details
-
Copy full SHA for f380b66 - Browse repository at this point
Copy the full SHA f380b66View commit details -
git-annex: update to version 6.20180626
This update fixes CVE-2018-10857 and CVE-2018-10859.
Configuration menu - View commit details
-
Copy full SHA for 8d0d41d - Browse repository at this point
Copy the full SHA 8d0d41dView commit details -
Merge pull request #40418 from oxij/lib/fix-module-aliases
lib, nixos: fix module aliases in presence of defaults
Configuration menu - View commit details
-
Copy full SHA for b8ffd24 - Browse repository at this point
Copy the full SHA b8ffd24View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca131ea - Browse repository at this point
Copy the full SHA ca131eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d7f235 - Browse repository at this point
Copy the full SHA 4d7f235View commit details -
Configuration menu - View commit details
-
Copy full SHA for b97b030 - Browse repository at this point
Copy the full SHA b97b030View commit details -
haskell-filecache: disable test suite on Darwin
See bartavelle/filecache#4 for details. Closes NixOS/nixpkgs#42629. Update configuration-common.nix
Configuration menu - View commit details
-
Copy full SHA for 75ce141 - Browse repository at this point
Copy the full SHA 75ce141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b22ecf - Browse repository at this point
Copy the full SHA 2b22ecfView commit details -
Merge pull request #42637 from obsidiansystems/disallow-substitutes-r…
…equirefile trivial-builders: disallow sub in requireFile
Configuration menu - View commit details
-
Copy full SHA for 4e9b191 - Browse repository at this point
Copy the full SHA 4e9b191View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ce041a - Browse repository at this point
Copy the full SHA 9ce041aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63d82f3 - Browse repository at this point
Copy the full SHA 63d82f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eac18b - Browse repository at this point
Copy the full SHA 3eac18bView commit details -
Merge pull request #42588 from laMudri/ibus-troubleshoot
nixos/ibus: detail workaround for issue #11558
Configuration menu - View commit details
-
Copy full SHA for 9ae531e - Browse repository at this point
Copy the full SHA 9ae531eView commit details -
Merge pull request #42630 from vbgl/ocaml-ocp-index-1.1.6
ocamlPackages.ocp-index: 1.1.5 -> 1.1.6
Configuration menu - View commit details
-
Copy full SHA for 2a2088a - Browse repository at this point
Copy the full SHA 2a2088aView commit details -
snes9x-gtk: 1.56.1 -> 1.56.2 (#42446)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/snes9x-gtk/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/dwkaz8igww0j8mvlvbmmia9dqn1zfi4r-snes9x-gtk-1.56.2/bin/snes9x-gtk had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/dwkaz8igww0j8mvlvbmmia9dqn1zfi4r-snes9x-gtk-1.56.2/bin/.snes9x-gtk-wrapped had a zero exit code or showed the expected version - 0 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 1.56.2 with grep in /nix/store/dwkaz8igww0j8mvlvbmmia9dqn1zfi4r-snes9x-gtk-1.56.2 - directory tree listing: https://gist.github.com/9099159d34f80ca08f46e16de03222b7 - du listing: https://gist.github.com/089002406d67da563ace4b09e11494ab
Configuration menu - View commit details
-
Copy full SHA for 953ab8f - Browse repository at this point
Copy the full SHA 953ab8fView commit details -
openfst: 1.6.7 -> 1.6.8 (#42472)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/openfst/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstarcsort had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstclosure had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstcompile had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstcompose had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstconcat had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstconnect had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstconvert had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstdeterminize had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstdifference had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstdisambiguate had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstdraw had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstencode had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstepsnormalize had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstequal had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstequivalent had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstinfo had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstintersect had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstinvert had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstisomorphic had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstmap had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstminimize had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstprint had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstproject had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstprune had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstpush had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstrandgen had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstrelabel had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstreplace had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstreverse had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstreweight had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstrmepsilon had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstshortestdistance had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstshortestpath had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstsymbols had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstsynchronize had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fsttopsort had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstunion had a zero exit code or showed the expected version - 0 of 37 passed binary check by having a zero exit code. - 0 of 37 passed binary check by having the new version present in output. - found 1.6.8 with grep in /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8 - directory tree listing: https://gist.github.com/12e73cab8efbc1c63a2ba5e087454914 - du listing: https://gist.github.com/0fad2edab1e90571b66bb61e3fe3b01e
Configuration menu - View commit details
-
Copy full SHA for 4ba965b - Browse repository at this point
Copy the full SHA 4ba965bView commit details -
mate.mate-user-guide: 1.20.0 -> 1.20.1 (#42480)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mate-user-guide/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - directory tree listing: https://gist.github.com/69230e142f75a0bf18525c97d28a5fae - du listing: https://gist.github.com/82fdc8e01e8e7a7c1fc4250a582e480a
Configuration menu - View commit details
-
Copy full SHA for 6343302 - Browse repository at this point
Copy the full SHA 6343302View commit details -
Merge pull request #42456 from dtzWill/fix/llvm4-triples-unconditional
llvm4: unconditionally set triples, not just on musl.
Configuration menu - View commit details
-
Copy full SHA for 8575fd5 - Browse repository at this point
Copy the full SHA 8575fd5View commit details -
mopidy-iris: 3.21.1 -> 3.21.3 (#42474)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/Mopidy-Iris/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 3.21.3 with grep in /nix/store/qb6067h8y8p8y7kqkmdk308a494milyw-Mopidy-Iris-3.21.3 - directory tree listing: https://gist.github.com/e0c3564e49b2cec4b30d98ec42723bff - du listing: https://gist.github.com/a127f023f22f9a2abd69c2dd0ff0c71b
Configuration menu - View commit details
-
Copy full SHA for 03b1e67 - Browse repository at this point
Copy the full SHA 03b1e67View commit details -
mate.mate-session-manager: 1.20.0 -> 1.20.1 (#42481)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mate-session-manager/versions. These checks were done: - built on NixOS - /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/mate-session passed the binary check. - /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/mate-session-properties passed the binary check. - /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/mate-session-save passed the binary check. - /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/mate-session-inhibit passed the binary check. - Warning: no invocation of /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/mate-wm had a zero exit code or showed the expected version - /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/.mate-session-wrapped passed the binary check. - /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/.mate-session-properties-wrapped passed the binary check. - /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/.mate-session-save-wrapped passed the binary check. - /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/.mate-session-inhibit-wrapped passed the binary check. - Warning: no invocation of /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/.mate-wm-wrapped had a zero exit code or showed the expected version - 8 of 10 passed binary check by having a zero exit code. - 1 of 10 passed binary check by having the new version present in output. - found 1.20.1 with grep in /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1 - directory tree listing: https://gist.github.com/f036604f75bea4aed0093a9ca8eb6f0a - du listing: https://gist.github.com/1083d12fd4033f9091a0ce334f09c1e4
Configuration menu - View commit details
-
Copy full SHA for 8584918 - Browse repository at this point
Copy the full SHA 8584918View commit details -
mate.mate-screensaver: 1.20.0 -> 1.20.1 (#42483)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mate-screensaver/versions. These checks were done: - built on NixOS - /nix/store/yl7p098lzcb2vs4hl4sxwgb0d37agvyd-mate-screensaver-1.20.1/bin/mate-screensaver passed the binary check. - /nix/store/yl7p098lzcb2vs4hl4sxwgb0d37agvyd-mate-screensaver-1.20.1/bin/mate-screensaver-command passed the binary check. - Warning: no invocation of /nix/store/yl7p098lzcb2vs4hl4sxwgb0d37agvyd-mate-screensaver-1.20.1/bin/mate-screensaver-preferences had a zero exit code or showed the expected version - /nix/store/yl7p098lzcb2vs4hl4sxwgb0d37agvyd-mate-screensaver-1.20.1/bin/.mate-screensaver-wrapped passed the binary check. - /nix/store/yl7p098lzcb2vs4hl4sxwgb0d37agvyd-mate-screensaver-1.20.1/bin/.mate-screensaver-command-wrapped passed the binary check. - Warning: no invocation of /nix/store/yl7p098lzcb2vs4hl4sxwgb0d37agvyd-mate-screensaver-1.20.1/bin/.mate-screensaver-preferences-wrapped had a zero exit code or showed the expected version - 4 of 6 passed binary check by having a zero exit code. - 0 of 6 passed binary check by having the new version present in output. - found 1.20.1 with grep in /nix/store/yl7p098lzcb2vs4hl4sxwgb0d37agvyd-mate-screensaver-1.20.1 - directory tree listing: https://gist.github.com/b700040ccf6edd3df78a2613f8827d45 - du listing: https://gist.github.com/cb5e756e8dc86af9c065a3b8545355f6
Configuration menu - View commit details
-
Copy full SHA for 66350c0 - Browse repository at this point
Copy the full SHA 66350c0View commit details -
grafana: 5.1.4 -> 5.2.0, replace hard coded version (#42653)
Replaced the hard coded version with the packaged version and updated the source URL which changed with the latest release.
Configuration menu - View commit details
-
Copy full SHA for 14ca98e - Browse repository at this point
Copy the full SHA 14ca98eView commit details
There are no files selected for viewing