openvas-scanner: 23.0.1 -> 23.1.0

This commit is contained in:
R. Ryantm 2024-04-30 02:39:26 +00:00
parent 8cf34f783f
commit 3ef46d2e32

View File

@ -31,13 +31,13 @@
stdenv.mkDerivation rec {
pname = "openvas-scanner";
version = "23.0.1";
version = "23.1.0";
src = fetchFromGitHub {
owner = "greenbone";
repo = "openvas-scanner";
rev = "refs/tags/v${version}";
hash = "sha256-pqbwi3btNEM+qiTqtjIxiDv2wMf1LerltFvLCybiW0Y=";
hash = "sha256-2tMCyEBVR/DQP7Dny5iPypv2IWkurfxhZEHC/f+Pe8c=";
};
nativeBuildInputs = [