Merge pull request #178887 from alexbakker/update-sngrep

sngrep: 1.4.10 -> 1.5.0
This commit is contained in:
Mario Rodas 2022-06-24 19:34:32 -05:00 committed by GitHub
commit 618c49137b
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.4.10";
version = "1.5.0";
src = fetchFromGitHub {
owner = "irontec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-P618QLk85W0oPisAGiRfpCgHCddKutUkGjwdfgsV4Es=";
sha256 = "sha256-GxC9+O72GHE8Tc6FReO7EdpZTSaqn9mBpZCYaKybJls=";
};
nativeBuildInputs = [