-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: ec1c46e2e587
head repository: NixOS/nixpkgs-channels
compare: faab2914f3c3
Commits on Jan 22, 2020
-
According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
Configuration menu - View commit details
-
Copy full SHA for 593e11f - Browse repository at this point
Copy the full SHA 593e11fView commit details
Commits on Jan 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e527dc6 - Browse repository at this point
Copy the full SHA e527dc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e65da68 - Browse repository at this point
Copy the full SHA e65da68View commit details
Commits on Jan 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0c59818 - Browse repository at this point
Copy the full SHA 0c59818View commit details -
Configuration menu - View commit details
-
Copy full SHA for f13c6f7 - Browse repository at this point
Copy the full SHA f13c6f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52ac64f - Browse repository at this point
Copy the full SHA 52ac64fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f97a152 - Browse repository at this point
Copy the full SHA f97a152View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98f4200 - Browse repository at this point
Copy the full SHA 98f4200View commit details
Commits on Jan 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5914398 - Browse repository at this point
Copy the full SHA 5914398View commit details -
Configuration menu - View commit details
-
Copy full SHA for e838beb - Browse repository at this point
Copy the full SHA e838bebView commit details -
Merge pull request #78580 from r-ryantm/auto-update/gparted
gparted: 1.0.0 -> 1.1.0
Configuration menu - View commit details
-
Copy full SHA for 34c4d3b - Browse repository at this point
Copy the full SHA 34c4d3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b949937 - Browse repository at this point
Copy the full SHA b949937View commit details -
Merge pull request #78577 from leo60228/idevicerestore-2019-12-26
libirecovery: 2019-01-28 -> 2020-01-14, idevicerestore: 2019-02-14 -> 2019-12-26
Configuration menu - View commit details
-
Copy full SHA for 58480f5 - Browse repository at this point
Copy the full SHA 58480f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae2986e - Browse repository at this point
Copy the full SHA ae2986eView commit details -
Merge pull request #78561 from r-ryantm/auto-update/bind
bind: 9.14.9 -> 9.14.10
Configuration menu - View commit details
-
Copy full SHA for 43a62af - Browse repository at this point
Copy the full SHA 43a62afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 449c1f8 - Browse repository at this point
Copy the full SHA 449c1f8View commit details -
nixos/sshguard: use nftables backend if enabled
The current module assumes use of iptables and breaks if nftables is used instead. This change configures the correct backend based on the config.networking.nftables.enable setting.
Configuration menu - View commit details
-
Copy full SHA for 36da345 - Browse repository at this point
Copy the full SHA 36da345View commit details -
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
Configuration menu - View commit details
-
Copy full SHA for 80a2740 - Browse repository at this point
Copy the full SHA 80a2740View commit details -
Merge pull request #78566 from r-ryantm/auto-update/armadillo
armadillo: 9.800.3 -> 9.800.4
Configuration menu - View commit details
-
Copy full SHA for 391777b - Browse repository at this point
Copy the full SHA 391777bView commit details -
Merge pull request #78607 from Synthetica9/libversion-301
libversion: 2.9.0 -> 3.0.1
Configuration menu - View commit details
-
Copy full SHA for 3946ade - Browse repository at this point
Copy the full SHA 3946adeView commit details -
Merge pull request #78349 from peterhoeg/fix_mc
mc: /bin/rm does not exist
Configuration menu - View commit details
-
Copy full SHA for 291dac4 - Browse repository at this point
Copy the full SHA 291dac4View commit details -
tdesktop: Remove NIX_CFLAGS_COMPILE and CPPFLAGS
This is not required anymore and therefore a refactoring/cleanup (verified with diffoscope that only the output paths change). Credit to @ilya-fedin for bringing this to my attention.
Configuration menu - View commit details
-
Copy full SHA for faab291 - Browse repository at this point
Copy the full SHA faab291View commit details
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.