Commit 0d575dc7 authored by R. RyanTM's avatar R. RyanTM
Browse files

gvm-libs: 22.32.0 -> 22.33.0

parent 655a9a62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@

stdenv.mkDerivation rec {
  pname = "gvm-libs";
  version = "22.32.0";
  version = "22.33.0";

  src = fetchFromGitHub {
    owner = "greenbone";
    repo = "gvm-libs";
    tag = "v${version}";
    hash = "sha256-obQfexzE4vHnmzFp3gzPiKhzQJXrr6RWlg4v08WP4zE=";
    hash = "sha256-TFXM348a+PgpSyPENNlfoIGb/h6HvtIM1jlDnSbt/KI=";
  };

  postPatch = ''