3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #137923 from r-ryantm/auto-update/sniffglue

sniffglue: 0.13.0 -> 0.13.1
This commit is contained in:
Fabian Affolter 2021-09-15 21:28:58 +02:00 committed by GitHub
commit 7eca001510
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];