Unverified Commit aca0467f authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #290303 from r-ryantm/auto-update/hunt

hunt: 2.0.0 -> 2.1.0
parents 78b072a9 f8a9db46
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
  pname = "hunt";
  version = "2.0.0";
  version = "2.1.0";

  src = fetchFromGitHub {
    owner = "LyonSyonII";
    repo = "hunt-rs";
    rev = "v${version}";
    sha256 = "sha256-TwxNVT2x9Y0jnLXiIquf/bQ31B+2VwFfh9EFbJQHpt4=";
    sha256 = "sha256-noqsxgx2FuSp3ekaaopLUPhq4YYBwM8uf4DzML5xLAE=";
  };

  cargoHash = "sha256-GU3AXZJ8yGFnj0SXRezS/YI6aS/lJowwo+GBBv5wNik=";
  cargoHash = "sha256-JErhe2Hu2Qpb5QoEurdy/WSShjkiV/Fai4/lVkisrEQ=";

  meta = with lib; {
    description = "Simplified Find command made with Rust";