Unverified Commit 25ab6e41 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #234966 from r-ryantm/auto-update/rathole

rathole: 0.4.7 -> 0.4.8
parents d1da3050 5cac5fa3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
  pname = "rathole";
  version = "0.4.7";
  version = "0.4.8";

  src = fetchFromGitHub {
    owner = "rapiz1";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-YauQg+P4Y8oO8Kn6FB3NxBI7PHoo/bjS38bM1lFeCH0=";
    hash = "sha256-yqZPs0rp3LD7n4+JGa55gZ4xMcumy+oazrxCqpDzIfQ=";
  };

  cargoHash = "sha256-OcPmHqjW79SKMET6J5HIwmR5vESh+PJcQjSMsqmnIb8=";
  cargoHash = "sha256-BZ6AgH/wnxrDLkyncR0pbayae9v5P7X7UnlJ48JR8sM=";

  nativeBuildInputs = [
    pkg-config