Merge pull request #189190 from r-ryantm/auto-update/sngrep

sngrep: 1.5.0 -> 1.6.0
This commit is contained in:
superherointj 2022-08-31 23:00:41 -03:00 committed by GitHub
commit 8df4496ca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "sngrep";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "irontec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GxC9+O72GHE8Tc6FReO7EdpZTSaqn9mBpZCYaKybJls=";
sha256 = "sha256-dXCOuae/T38Ltq4uywPJW5TGMyXwaECUj3/Zq4sDflU=";
};
nativeBuildInputs = [