openvas-scanner: 23.3.0 -> 23.3.1

This commit is contained in:
R. Ryantm 2024-05-25 22:38:11 +00:00
parent 72c5e71641
commit 9f7bdf8970

View File

@ -31,13 +31,13 @@
stdenv.mkDerivation rec {
pname = "openvas-scanner";
version = "23.3.0";
version = "23.3.1";
src = fetchFromGitHub {
owner = "greenbone";
repo = "openvas-scanner";
rev = "refs/tags/v${version}";
hash = "sha256-CkwDhHPdTbXNrqY/obg1rOtGB1HC+fUwZ5+5d82vlV4=";
hash = "sha256-0vcGKC979bJLhq/9e+DYaRrsUktjMyMuZNqZYK6BCWQ=";
};
nativeBuildInputs = [