about summary refs log tree commit diff
path: root/pkgs/development/libraries/gvm-libs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-22 06:58:03 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-22 06:58:03 +0000
commit0ec19bc5b71472fd69034c8af4aca74f5679027e (patch)
tree16aa5fdf4f29667e19b8bd18fc63dfe4d3a03c58 /pkgs/development/libraries/gvm-libs
parent93883402a445ad467320925a0a5dbe43a949f25b (diff)
gvm-libs: 21.4.3 -> 21.4.4
Diffstat (limited to 'pkgs/development/libraries/gvm-libs')
-rw-r--r--pkgs/development/libraries/gvm-libs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gvm-libs/default.nix b/pkgs/development/libraries/gvm-libs/default.nix
index 63692ca7de0e8..a141d36e33006 100644
--- a/pkgs/development/libraries/gvm-libs/default.nix
+++ b/pkgs/development/libraries/gvm-libs/default.nix
@@ -20,13 +20,13 @@
 
 stdenv.mkDerivation rec {
   pname = "gvm-libs";
-  version = "21.4.3";
+  version = "21.4.4";
 
   src = fetchFromGitHub {
     owner = "greenbone";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-1NVLGyUDUnOy3GYDtVyhGTvWOYoWp95EbkgTlFWuxE8=";
+    sha256 = "sha256-Ps8J9JuLKcrowl9wgZ3Wm7JTXyiejQPDr4OV/IvDy+I=";
   };
 
   nativeBuildInputs = [