Commit 46a0414d authored by R. RyanTM's avatar R. RyanTM
Browse files

openvas-scanner: 23.20.1 -> 23.20.2

parent bdfd0f2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@

stdenv.mkDerivation rec {
  pname = "openvas-scanner";
  version = "23.20.1";
  version = "23.20.2";

  src = fetchFromGitHub {
    owner = "greenbone";
    repo = "openvas-scanner";
    tag = "v${version}";
    hash = "sha256-JXZMgf7HTmRADApnriWxszvFcVNxIb4ylfdgb5ebVSw=";
    hash = "sha256-n8ojCp2pGITsy7kY/8qZzKrVwD+4xxA1IEp+AEmU+FE=";
  };

  nativeBuildInputs = [