1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

gvm-libs: 22.10.0 -> 22.11.0

This commit is contained in:
R. Ryantm 2024-08-29 13:07:21 +00:00 committed by Weijia Wang
parent a99c334965
commit 28c3267b5e

View file

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "gvm-libs";
version = "22.10.0";
version = "22.11.0";
src = fetchFromGitHub {
owner = "greenbone";
repo = "gvm-libs";
rev = "refs/tags/v${version}";
hash = "sha256-o86bNwoGUw6VLESkaamWXPOfrdbFipJZmQCL6W5+nfk=";
hash = "sha256-VYFAy6VVASNOBLs39qukePYr5pV0IR1qjztv+veNCVc=";
};
postPatch = ''