-
-
Notifications
You must be signed in to change notification settings - Fork 15k
New issue
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
nom: 2.7.2 -> 2.7.3 #374522
nom: 2.7.2 -> 2.7.3 #374522
Conversation
pkgs/by-name/no/nom/package.nix
Outdated
@@ -5,13 +5,13 @@ | |||
}: | |||
buildGoModule rec { | |||
pname = "nom"; | |||
version = "2.7.2"; | |||
version = "2.7.3"; | |||
|
|||
src = fetchFromGitHub { | |||
owner = "guyfedwards"; | |||
repo = "nom"; | |||
rev = "v${version}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rev -> tag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can do, but what's the reasoning behind that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reason is that you don't want to accidentally fetch a branch with the same name.
Do this auto-update somehow? If not, can you add a update script? gitUpdater may update the vendor hash, if not use nix-update-script |
|
1a8c6ad
to
4128ae7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NixOS/nixpkgs-merge-bot merge
@matthiasbeyer merge not permitted (#305350): |
This is so annoying. 👎 |
Changelog: guyfedwards/nom#118
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.