gvm-libs: 22.4.4 -> 22.4.5

This commit is contained in:
R. Ryantm 2023-04-03 03:06:24 +00:00
parent 4efd34323c
commit c72db55482

View file

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "gvm-libs";
version = "22.4.4";
version = "22.4.5";
src = fetchFromGitHub {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-qsEIjoaq+iBl6iTdSXrxf7LYin/qiGtJ/LaD4bONbI0=";
hash = "sha256-dnR562qsDoW8Xb4TNrpcn66tn9iVmcmTaBxMbb+CX64=";
};
nativeBuildInputs = [