sngrep: 1.5.0 -> 1.6.0

This commit is contained in:
R. Ryantm 2022-08-31 21:56:55 +00:00
parent 1e0e95e88e
commit 14d9453469

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 = [