Unverified Commit f5c82c5a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

gvm-libs: 22.35.6 -> 22.35.7 (#492112)

parents 3df527c0 4ce4b615
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gvm-libs";
  version = "22.35.6";
  version = "22.35.7";

  src = fetchFromGitHub {
    owner = "greenbone";
    repo = "gvm-libs";
    tag = "v${finalAttrs.version}";
    hash = "sha256-oXfxgoFxInx3MyolVxzwRP3EpMsa35G5sdt1GxBUmUU=";
    hash = "sha256-A3FO2el1ytsXUJEWA+7zthcTN2WpEnNIO2fWQI+0bjc=";
  };

  postPatch = ''