Skip to content

Commit

Permalink
sniffglue: 0.13.0 -> 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 14, 2021
1 parent 7319369 commit e2cce9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/sniffglue/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "sniffglue";
version = "0.13.0";
version = "0.13.1";

src = fetchFromGitHub {
owner = "kpcyrd";
repo = pname;
rev = "v${version}";
sha256 = "sha256-UZLVkTkuJPzju9fl4N6Lgdn3gNBpKruNFxDcoTwdtYc=";
sha256 = "sha256-P8ubw523sw1O6Gpruy1Wa/Y0I3qJgvMdT53wBBoEGhE=";
};

cargoSha256 = "sha256-bHwp0U83uvhFOi9oaeVwNrqHkxK2IQs/bvxqUl/rpjI=";
cargoSha256 = "sha256-+Wh+/C9LvYppCghv11e8NKNhiMy0SV4S3nEWA6b1hQk=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit e2cce9e

Please sign in to comment.