We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As I had observed previously, it seems that nix-update will not update a package multiple times in one day.
nix-update
Example:
Not updating version, already unstable-2023-04-10
However, if we look at that package:
╭ zeph ~/code/nixcfg 0.02s ╰─▶ cat ./pkgs/nushell/default.nix | ^grep -E "(rev|version|owner|repo) = \"" version = "unstable-2023-04-10"; rev = "0e2340051019b581bdb3eeed37310d637b7255c1"; owner = "colemickens"; # owner = "nushell"; ╭ zeph ~/code/nixcfg 0.46s ╰─▶ git ls-remote https://github.com/colemickens/nushell | head -1 de76c7a57debfb813f21ff0aedfcfe87b828f20d HEAD
As shown, there is in fact a newer rev to update to.
Maybe this is intentional, or by design, but it would be nice if the rev were used instead to determine if an update is necessary.
rev
The text was updated successfully, but these errors were encountered:
could you test if #152 fixes the issue for you?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
As I had observed previously, it seems that
nix-update
will not update a package multiple times in one day.Example:
However, if we look at that package:
As shown, there is in fact a newer rev to update to.
Maybe this is intentional, or by design, but it would be nice if the
rev
were used instead to determine if an update is necessary.The text was updated successfully, but these errors were encountered: