nix-community / nixpkgs-update-github-releases

Fetches releases from github for https://github.com/ryantm/nixpkgs-update
Creative Commons Zero v1.0 Universal
3 stars 2 forks source link

Parse unstable releases, and don't update if the latest is older #3

Closed Synthetica9 closed 4 years ago

ryantm commented 4 years ago

nixpkgs-update already handles this, but probably best to not generate the wrong data at this level too.

Synthetica9 commented 4 years ago

Yeah, it's pretty easy to do that in this script, since Github's api already reports the date. Might as well check it while we have it in our hands