Commit 6cbe4bd3 authored by ZHAO Jin-Xiang's avatar ZHAO Jin-Xiang
Browse files

wtfutil: rename wtf to wtfutil

parent 293f9754
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.
+2 −2
Original line number Diff line number Diff line
@@ -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=";
  };
+1 −0
Original line number Diff line number Diff line
@@ -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 ###