nixpkgs-update: update python release fetcher
This commit is contained in:
parent
4c898f7561
commit
552037fa23
2 changed files with 5 additions and 5 deletions
|
@ -59,7 +59,7 @@ in
|
|||
script = ''
|
||||
${nixpkgs-update-bin} delete-done --delete
|
||||
grep -rl $XDG_CACHE_HOME/nixpkgs -e buildPython | grep default | \
|
||||
${nixpkgs-update-pypi-releases} > /var/lib/nixpkgs-update/packages-to-update.txt
|
||||
${nixpkgs-update-pypi-releases} --nixpkgs=/var/cache/nixpkgs-update/nixpkgs > /var/lib/nixpkgs-update/packages-to-update.txt
|
||||
${nixpkgs-update-bin} update-list --pr --cve --outpaths --nixpkgs-review
|
||||
${nixpkgs-update-bin} delete-done --delete
|
||||
${nixpkgs-update-github-releases} > /var/lib/nixpkgs-update/packages-to-update.txt
|
||||
|
|
|
@ -51,12 +51,12 @@
|
|||
"branch": "master",
|
||||
"description": "Fetches releases from pypi for https://github.com/ryantm/nixpkgs-update",
|
||||
"homepage": null,
|
||||
"owner": "jonringer",
|
||||
"owner": "ryantm",
|
||||
"repo": "nixpkgs-update-pypi-releases",
|
||||
"rev": "cf72f9a94b0ccc306c025eba222a70456378433d",
|
||||
"sha256": "05slhzn56gn2pipqi7a9d49q3avh2w7x9q4pibh1adc1wfs60r1w",
|
||||
"rev": "ea6f014a3f11929a6e99bc0e90aad29e85b07de1",
|
||||
"sha256": "sha256-ohx8cfZkvu6itkYES2lCv6o7uwpsnLI451TYjm+ANsg=",
|
||||
"type": "tarball",
|
||||
"url": "https://github.com/jonringer/nixpkgs-update-pypi-releases/archive/cf72f9a94b0ccc306c025eba222a70456378433d.tar.gz",
|
||||
"url": "https://github.com/ryantm/nixpkgs-update-pypi-releases/archive/ea6f014a3f11929a6e99bc0e90aad29e85b07de1.tar.gz",
|
||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||
},
|
||||
"queued-build-hook": {
|
||||
|
|
Loading…
Add table
Reference in a new issue