Skip to content

Commit

Permalink
sniffnet: 1.3.1 -> 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 7, 2025
1 parent 3a4eefe commit c585265
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sn/sniffnet/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@

rustPlatform.buildRustPackage rec {
pname = "sniffnet";
version = "1.3.1";
version = "1.3.2";

src = fetchFromGitHub {
owner = "gyulyvgc";
repo = "sniffnet";
tag = "v${version}";
hash = "sha256-wepy56LOhliU6t0ZRPviEbZtsWNqrtUnpUXsEdkRDqI=";
hash = "sha256-MWYCXLIv0euEHkfqZCxbfs1wFHkGIFk06wn7F8CIXx0=";
};

cargoHash = "sha256-cV3WhidnH2CBlmHa3IVHTQfTuPdSHwwY0XhgNPyLDN4=";
cargoHash = "sha256-Jcre4pyRgt+JDX+GI5dvmmEhWwHwe3G4VCi/6FKU6w0=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit c585265

Please sign in to comment.