Skip to content

Commit

Permalink
Merge pull request #186888 from r-ryantm/auto-update/rustcat
Browse files Browse the repository at this point in the history
rustcat: 2.0.0 -> 3.0.0
  • Loading branch information
Mic92 authored Aug 16, 2022
2 parents e5844aa + 8da0cb8 commit 0c4df22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/rustcat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
pname = "rustcat";
version = "2.0.0";
version = "3.0.0";

src = fetchFromGitHub {
owner = "robiot";
repo = pname;
rev = "v${version}";
sha256 = "sha256-aoeinz1XVJ+MNt8ndV/HnKLdwa7rXwxIZucCkZCnNaM=";
sha256 = "sha256-/6vNFh7n6WvYerrL8m9sgUKsO2KKj7/f8xc4rzHy9Io=";
};

cargoSha256 = "sha256-cQxBM8m0sy9WKvKqyY/sNE3p4l2v9zdx80mReQEAoc8=";
cargoSha256 = "sha256-wqoU9UfXDmf7KIHgFif5rZfZY8Zu0SsaMVfwTtXLzHg=";

buildInputs = lib.optional stdenv.isDarwin Security;

Expand Down

0 comments on commit 0c4df22

Please sign in to comment.