-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 1d8a8d0359a9
head repository: NixOS/nixpkgs-channels
compare: c6ca626b4bd6
Commits on Feb 28, 2020
-
airsonic: enable nginx.recommendedProxySettings with virtualHost
This fixes music playback when using the `services.airsonic.virtualHost` option.
Florian committedFeb 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 519d4f8 - Browse repository at this point
Copy the full SHA 519d4f8View commit details
Commits on Mar 19, 2020
-
Free Potion committed
Mar 19, 2020 Configuration menu - View commit details
-
Copy full SHA for a35282f - Browse repository at this point
Copy the full SHA a35282fView commit details
Commits on Apr 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a94fedc - Browse repository at this point
Copy the full SHA a94fedcView commit details
Commits on Apr 13, 2020
-
advancecomp: version number correctly embedded in binaries
without this fix, binaries report their version number as "vnone" which for example stops `image_optim` from using `advpng` (refuses to use it not being able to tell what version number it has)
Configuration menu - View commit details
-
Copy full SHA for b1c14fb - Browse repository at this point
Copy the full SHA b1c14fbView commit details
Commits on Apr 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e1df46e - Browse repository at this point
Copy the full SHA e1df46eView commit details
Commits on Apr 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cdc3899 - Browse repository at this point
Copy the full SHA cdc3899View commit details -
git: Allow the update script to target non-latest versions
This came in handy when I wanted to bump a patch version while avoiding a new minor version.
James Ottaway committedApr 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 4848eef - Browse repository at this point
Copy the full SHA 4848eefView commit details -
Merge pull request #78129 from flyfloh/airsonic-vhost
airsonic: fix virtualHost option
Configuration menu - View commit details
-
Copy full SHA for da232ea - Browse repository at this point
Copy the full SHA da232eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6d2b1e - Browse repository at this point
Copy the full SHA d6d2b1eView commit details -
Merge pull request #85227 from etu/update-testssl
testssl: 3.0rc6 -> 3.0
Configuration menu - View commit details
-
Copy full SHA for b3c2a06 - Browse repository at this point
Copy the full SHA b3c2a06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c21abd - Browse repository at this point
Copy the full SHA 7c21abdView commit details -
Merge pull request #85129 from snicket2100/advancecomp-version-number…
…-fix advancecomp: version number correctly embedded in binaries
Configuration menu - View commit details
-
Copy full SHA for 0f2c233 - Browse repository at this point
Copy the full SHA 0f2c233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81a38b0 - Browse repository at this point
Copy the full SHA 81a38b0View commit details -
Merge pull request #85281 from r-ryantm/auto-update/rdma-core
rdma-core: 28.0 -> 29.0
Configuration menu - View commit details
-
Copy full SHA for 4289160 - Browse repository at this point
Copy the full SHA 4289160View commit details -
Merge pull request #85109 from marsam/update-victoriametrics
victoriametrics: 1.34.5 -> 1.34.7
Configuration menu - View commit details
-
Copy full SHA for a4d12f7 - Browse repository at this point
Copy the full SHA a4d12f7View commit details -
Merge pull request #85274 from r-ryantm/auto-update/pgmetrics
pgmetrics: 1.8.1 -> 1.9.0
Configuration menu - View commit details
-
Copy full SHA for d9bdfd6 - Browse repository at this point
Copy the full SHA d9bdfd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 924e5cd - Browse repository at this point
Copy the full SHA 924e5cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90bc149 - Browse repository at this point
Copy the full SHA 90bc149View commit details -
Merge pull request #82903 from freepotion/ivan-add-iconset
ivan: add full iconset
Configuration menu - View commit details
-
Copy full SHA for b5765e6 - Browse repository at this point
Copy the full SHA b5765e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dff34b - Browse repository at this point
Copy the full SHA 2dff34bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a772bc6 - Browse repository at this point
Copy the full SHA a772bc6View commit details -
common-updater-scripts: add scripts to help update packages
- updateScript: A nix expression that can be used in passThrough to update a package - list-git-tags: A shell script to list available tags in a git repository - list-archive-two-level-versions: A shell script to list available versions in a web site in two levels: there is a page listing the available major.minor versions, and for each of them there is another page listings the patch level versions major.minor.patch. It is suitable for Xfce packages for instance. How the updater works: 1. collect the available versions from the source repository (using a script given as argument) 2. print the collected versions (for debugging) 3. (optionally) apply some transformation to the collected versions to make them compatible with the versions used in nixpkgs (for instance, tags in the Xfce git repository may be prefixed with the package name, and the prefix need to be removed) 4. sort the available versions in decreasing order 5. choose the first version that pass validation: - check if the version may be a development version - if the version IS unstable, skip it and give a warning about skipping a development version (for debugging) - if the version COULD BE unstable, take it and give a warning about taking a potential development version (for debugging) - if the version IS stable, take it 6. update the package version and checksum in its nix expression 7. print the git commands for adding the modified files and for committing the changes
Configuration menu - View commit details
-
Copy full SHA for 827a661 - Browse repository at this point
Copy the full SHA 827a661View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8162d76 - Browse repository at this point
Copy the full SHA 8162d76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ba312 - Browse repository at this point
Copy the full SHA 06ba312View commit details -
common-updater-scripts: ignore update-git-commits.txt
It is generated by common-updater/update-script.nix
Configuration menu - View commit details
-
Copy full SHA for a097de3 - Browse repository at this point
Copy the full SHA a097de3View commit details -
Merge pull request #85291 from r-ryantm/auto-update/zafiro-icons
zafiro-icons: 1.0 -> 1.1
Configuration menu - View commit details
-
Copy full SHA for b1325ec - Browse repository at this point
Copy the full SHA b1325ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a98f2 - Browse repository at this point
Copy the full SHA 29a98f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6a53ee - Browse repository at this point
Copy the full SHA f6a53eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8930a67 - Browse repository at this point
Copy the full SHA 8930a67View commit details -
Merge pull request #84292 from romildo/xfce.upate-script
xfce: add update script
Configuration menu - View commit details
-
Copy full SHA for 2e80fb5 - Browse repository at this point
Copy the full SHA 2e80fb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f013e - Browse repository at this point
Copy the full SHA a7f013eView commit details -
Merge pull request #83537 from puzzlewolf/line-awesome
line-awesome: init at 1.3.0
Configuration menu - View commit details
-
Copy full SHA for c6ca626 - Browse repository at this point
Copy the full SHA c6ca626View commit details
There are no files selected for viewing