Merge pull request #302598 from r-ryantm/auto-update/sngrep

sngrep: 1.8.0 -> 1.8.1
This commit is contained in:
Weijia Wang 2024-04-17 00:01:53 +02:00 committed by GitHub
commit ac5ab60ed0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [