Unverified Commit 3aee0e9c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

htb-toolkit: 0-unstable-2024-04-22 -> 0-unstable-2025-03-15 (#390129)

parents a0d6450c 68a0a7a9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -16,18 +16,18 @@

rustPlatform.buildRustPackage {
  pname = "htb-toolkit";
  version = "0-unstable-2024-04-22";
  version = "0-unstable-2025-03-15";

  src = fetchFromGitHub {
    owner = "D3vil0p3r";
    repo = "htb-toolkit";
    # https://github.com/D3vil0p3r/htb-toolkit/issues/3
    rev = "921e4b352a9dd8b3bc8ac8774e13509abd179aef";
    hash = "sha256-o91p/m06pm9qoYZZVh+qHulqHO2G7xVJQPpEvRsq+8Q=";
    rev = "dd193c2974cd5fd1bbc6f7f616ebd597e28539ec";
    hash = "sha256-NTZv0BPyIB32CNXbINYTy4n8tNVJ3pRLr1QDhI/tg2Y=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-TQsqZhgmbHqNFgUddtRRKYkob0L40dJiSq8FxKnpPEE=";
  cargoHash = "sha256-ReEe8pyW66GXIPwAy6IKsFEAUjxHmzw5mj21i/h4quQ=";

  # Patch to disable prompt change of the shell when a target machine is run. Needed due to Nix declarative nature
  patches = [