mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
tarssh: 0.5.0 -> 0.7.0
This commit is contained in:
parent
671fd3a3c1
commit
eb7fd47b63
1 changed files with 3 additions and 3 deletions
|
@ -4,16 +4,16 @@ with rustPlatform;
|
|||
|
||||
buildRustPackage rec {
|
||||
pname = "tarssh";
|
||||
version = "0.5.0";
|
||||
version = "0.7.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
rev = "v${version}";
|
||||
owner = "Freaky";
|
||||
repo = pname;
|
||||
sha256 = "1waxfbw9lqbqv8igb291pjqg22324lzv4p7fsdfrkvxf95jd2i03";
|
||||
sha256 = "sha256-AoKc8VF6rqYIsijIfgvevwu+6+suOO7XQCXXgAPNgLk=";
|
||||
};
|
||||
|
||||
cargoSha256 = "1f3anrh2y8yg7l4nilwk0a7c7kq5yvg07cqh75igjdb5a7p9di0j";
|
||||
cargoSha256 = "sha256-7X9klYVZ2yE8BPuLhzWkuT7VFpmdOZGSD0D1x3kBNEs=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A simple SSH tarpit inspired by endlessh";
|
||||
|
|
Loading…
Reference in a new issue