Skip to content
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

Merged
merged 1 commit into from
Jan 25, 2025
Merged

nom: 2.7.2 -> 2.7.3 #374522

merged 1 commit into from
Jan 25, 2025

Conversation

nadir-ishiguro
Copy link
Contributor

Changelog: guyfedwards/nom#118

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@@ -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}";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rev -> tag

Copy link
Contributor Author

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?

Copy link
Member

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.

@lucasew
Copy link
Contributor

lucasew commented Jan 19, 2025

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

@lucasew
Copy link
Contributor

lucasew commented Jan 19, 2025

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 374522


x86_64-linux

✅ 4 packages built:
  • libstudxml
  • libstudxml.dev
  • libstudxml.doc
  • nom

Copy link
Contributor

@matthiasbeyer matthiasbeyer left a 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

@nixpkgs-merge-bot
Copy link
Contributor

@matthiasbeyer merge not permitted (#305350):
CommitterPR: pr author is not committer
R-Ryantm Maintainer merge: pr author is not r-ryantm

@matthiasbeyer
Copy link
Contributor

@matthiasbeyer merge not permitted (#305350): CommitterPR: pr author is not committer R-Ryantm Maintainer merge: pr author is not r-ryantm

This is so annoying. 👎

@wegank wegank added 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in the package 12.approvals: 1 This PR was reviewed and approved by one reputable person labels Jan 20, 2025
@FliegendeWurst FliegendeWurst merged commit 410fd17 into NixOS:master Jan 25, 2025
27 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 12.approvals: 1 This PR was reviewed and approved by one reputable person 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants