Files
Michal Sojka 52c949ec4d libtraceevent: fix update-bot error
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.
2026-03-17 17:13:35 +01:00
..