Skip to content

Commit

Permalink
gvm-libs: 22.10.0 -> 22.11.0 (#338178)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Sep 11, 2024
2 parents 65c9348 + 4621ef4 commit e5d8f73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/pg/pg-gvm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
pkg-config
postgresql
];

buildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gvm-libs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit e5d8f73

Please sign in to comment.