From c7879bcd0d70563a4b52503cdfc83b60d6b73e1b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 23 Nov 2023 11:18:39 +0100 Subject: [PATCH] gvm-libs: 22.7.2 -> 22.7.3 Diff: https://github.com/greenbone/gvm-libs/compare/refs/tags/v22.7.2...v22.7.3 Changelog: https://github.com/greenbone/gvm-libs/releases/tag/v22.7.3 --- pkgs/development/libraries/gvm-libs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/gvm-libs/default.nix b/pkgs/development/libraries/gvm-libs/default.nix index 6c6818b455d9..96a6f99925de 100644 --- a/pkgs/development/libraries/gvm-libs/default.nix +++ b/pkgs/development/libraries/gvm-libs/default.nix @@ -23,13 +23,13 @@ stdenv.mkDerivation rec { pname = "gvm-libs"; - version = "22.7.2"; + version = "22.7.3"; src = fetchFromGitHub { owner = "greenbone"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-vcCugIohuZg+GhUA7ZgkyhMxN0KSvCFVO/HLOnrNxxA="; + hash = "sha256-Vo+lFUGLeGPKq3aUCiiBcBYu6BZ4KQI5vCtnQyRUUiU="; }; nativeBuildInputs = [