mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 18:24:53 +00:00
The udpate-bot complains about the used version number: https://nixpkgs-update-logs.nix-community.org/libtraceevent/2026-03-17.log The tag present in the upstream repository is 1.9.0, not 1.9. I'm not sure how could the previous derivation work, but perhaps the tag "libtraceevent-1.9" was deleted from the repository and replaced with the 1.9.0 after the source was cached by cache.nixos.org. Fix the version number to match upstream and also update fetchgit argument from rev to tag, which is the preferred way nowadays.