Commit Graph

10 Commits

Author SHA1 Message Date
R. Ryantm
e9841096b0 bear: 4.0.3 -> 4.0.4 2026-02-28 12:39:58 +00:00
Diego
0aecf39750 bear: 3.1.6 -> 4.0.3 2026-02-15 17:30:54 +01:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Sizhe Zhao
e6c5f1f5f4 bear: 3.1.5 -> 3.1.6 2025-03-25 00:28:22 +08:00
Tomodachi94
369a093a22 Merge staging-next into staging 2024-11-30 00:01:26 +00:00
Nick Cao
9941229fd9 bear: use lib.cmakeFeature, drop with lib 2024-11-28 11:00:41 -05:00
Nick Cao
542b211fa7 bear: fix cross compilation, set strictDeps 2024-11-28 10:59:05 -05:00
Wolfgang Walther
31706d4a55 treewide: fix sed -ie and friends
GNU sed's man page has this to say about "-i":

  Because -i takes an optional argument, it should not be followed by
  other short options:
  [..]
  sed -iE '...' FILE
    This is equivalent to --in-place=E, creating FILEE as backup of FILE

This means all "-iX" did not have the intended effect X, so we can
instead remove them.
2024-11-17 18:24:54 +01:00
Sergei Zimmerman
7281ff8a09 bear: move to pkgs/by-name 2024-10-17 14:59:48 +03:00