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

View File

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