wtfutil: rename wtf to wtfutil

This commit is contained in:
ZHAO Jin-Xiang 2025-03-02 00:26:17 +08:00
parent 293f97544c
commit 6cbe4bd3ad
3 changed files with 5 additions and 2 deletions

View file

@ -185,6 +185,8 @@
- `ast-grep` remove `sg` command to prevent conflict with `sg` command from shadow-utils. If you need legacy sg command compatibility with old code, you can use `ast-grep.override { enableLegacySg = true; }`
- rename package `wtf` to `wtfutil`.
- `python3Packages.beancount` was updated to 3.1.0. Previous major version remains available as `python3Packages.beancount_2`.
- `binwalk` was updated to 3.1.0, which has been rewritten in rust. The python module is no longer available.

View file

@ -7,12 +7,12 @@
}:
buildGoModule rec {
pname = "wtf";
pname = "wtfutil";
version = "0.43.0";
src = fetchFromGitHub {
owner = "wtfutil";
repo = pname;
repo = "wtf";
rev = "v${version}";
sha256 = "sha256-DFrA4bx+wSOxmt1CVA1oNiYVmcWeW6wpfR5F1tnhyDY=";
};

View file

@ -1607,6 +1607,7 @@ mapAliases {
wmii_hg = wmii;
wrapGAppsHook = wrapGAppsHook3; # Added 2024-03-26
write_stylus = styluslabs-write-bin; # Added 2024-10-09
wtf = lib.warnOnInstantiate "'wtf' has been renamed to 'wtfutil'." wtfutil; # Added 2025-03-01
### X ###