sngrep: 1.8.0 -> 1.8.1

This commit is contained in:
R. Ryantm 2024-04-08 14:57:36 +00:00
parent f6eb921406
commit cafa7d1443
1 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "sngrep";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "irontec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-9ccp5Pxhs7jOQuWHCmU9yvzLKeOAN8lEaieCIvnXJRA=";
sha256 = "sha256-EbB5Ok/8RUoNzkgoWIhHTRvlq9Vv2KVx6Hu8ejrLkMc=";
};
nativeBuildInputs = [