openvas-scanner: 23.23.0 -> 23.23.1 (#434995)

This commit is contained in:
Fabian Affolter
2025-08-20 12:16:20 +02:00
committed by GitHub
+2 -2
View File
@@ -31,13 +31,13 @@
stdenv.mkDerivation rec {
pname = "openvas-scanner";
version = "23.23.0";
version = "23.23.1";
src = fetchFromGitHub {
owner = "greenbone";
repo = "openvas-scanner";
tag = "v${version}";
hash = "sha256-moGeI42nmDDSaaKoCaRNUAH3/k+TkOKtqLIhHYLNBFM=";
hash = "sha256-+G8wFkPYxGsh6esQEpQ5GckTYgPvwqxhibTOe12riyk=";
};
nativeBuildInputs = [