2020-10-14 09:39:33 +01:00
|
|
|
---
|
|
|
|
name: Out-of-date package reports
|
|
|
|
about: For packages that are out-of-date
|
|
|
|
title: ''
|
2020-10-22 10:29:39 +01:00
|
|
|
labels: '9.needs: package (update)'
|
2020-10-14 09:39:33 +01:00
|
|
|
assignees: ''
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
2020-10-21 12:13:59 +01:00
|
|
|
###### Checklist
|
2020-10-14 09:39:33 +01:00
|
|
|
|
2020-10-21 12:13:59 +01:00
|
|
|
<!-- Note that these are hard requirements -->
|
|
|
|
|
|
|
|
<!--
|
2022-02-03 10:15:29 +00:00
|
|
|
You can use the "Go to file" functionality on GitHub to find the package
|
2020-10-21 12:13:59 +01:00
|
|
|
Then you can go to the history for this package
|
|
|
|
Find the latest "package_name: old_version -> new_version" commit
|
2022-02-03 10:15:29 +00:00
|
|
|
The "new_version" is the current version of the package
|
2020-10-21 12:13:59 +01:00
|
|
|
-->
|
|
|
|
- [ ] Checked the [nixpkgs master branch](https://github.com/NixOS/nixpkgs)
|
|
|
|
<!--
|
|
|
|
Type the name of your package and try to find an open pull request for the package
|
|
|
|
If you find an open pull request, you can review it!
|
2020-10-22 10:29:39 +01:00
|
|
|
There's a high chance that you'll have the new version right away while helping the community!
|
2020-10-21 12:13:59 +01:00
|
|
|
-->
|
|
|
|
- [ ] Checked the [nixpkgs pull requests](https://github.com/NixOS/nixpkgs/pulls)
|
|
|
|
|
|
|
|
###### Project name
|
2020-10-22 10:29:39 +01:00
|
|
|
`nix search` name:
|
2020-10-21 12:13:59 +01:00
|
|
|
<!--
|
2022-02-03 10:15:29 +00:00
|
|
|
The current version can be found easily with the same process as above for checking the master branch
|
2020-10-21 12:13:59 +01:00
|
|
|
If an open PR is present for the package, take this version as the current one and link to the PR
|
|
|
|
-->
|
2020-10-22 10:29:39 +01:00
|
|
|
current version:
|
|
|
|
desired version:
|
2020-10-21 12:13:59 +01:00
|
|
|
|
|
|
|
###### Notify maintainers
|
|
|
|
<!--
|
|
|
|
Search your package here: https://search.nixos.org/packages?channel=unstable
|
|
|
|
If no maintainer is listed for your package, tag the person that last updated the package
|
|
|
|
-->
|
|
|
|
|
2020-10-22 10:29:39 +01:00
|
|
|
maintainers:
|
2020-10-21 12:13:59 +01:00
|
|
|
|
|
|
|
###### Note for maintainers
|
|
|
|
|
|
|
|
Please tag this issue in your PR.
|