sngrep: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm 2023-04-09 23:49:27 +00:00
parent 02c3ec8b38
commit a6075eaa31

View file

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