summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-08-28 14:56:22 +0100
committerGitHub <noreply@github.com>2022-08-28 14:56:22 +0100
commite4fcd01b7d53461f616f7607442cc1fc638fa0af (patch)
tree1c29d5b983a8e437ac171b9d684338a4c35dd56e
parentd428d0ddc9dc36db086e3c836ba55c8534f68772 (diff)
parentb84e8342dfe0f8aaea6dabf7531bd62a9c7e216d (diff)
downloadnixpkgs-e4fcd01b7d53461f616f7607442cc1fc638fa0af.tar
nixpkgs-e4fcd01b7d53461f616f7607442cc1fc638fa0af.tar.gz
nixpkgs-e4fcd01b7d53461f616f7607442cc1fc638fa0af.tar.bz2
nixpkgs-e4fcd01b7d53461f616f7607442cc1fc638fa0af.tar.lz
nixpkgs-e4fcd01b7d53461f616f7607442cc1fc638fa0af.tar.xz
nixpkgs-e4fcd01b7d53461f616f7607442cc1fc638fa0af.tar.zst
nixpkgs-e4fcd01b7d53461f616f7607442cc1fc638fa0af.zip
Merge pull request #188411 from r-ryantm/auto-update/libssh
libssh: 0.9.6 -> 0.10.0
-rw-r--r--pkgs/development/libraries/libssh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libssh/default.nix b/pkgs/development/libraries/libssh/default.nix
index c5cd5c35396..5fbf7ed0a94 100644
--- a/pkgs/development/libraries/libssh/default.nix
+++ b/pkgs/development/libraries/libssh/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "libssh";
-  version = "0.9.6";
+  version = "0.10.0";
 
   src = fetchurl {
     url = "https://www.libssh.org/files/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "sha256-hrz4hb2bgEZv4OBUU8WLh332GvqLqUeljDVtfw+rgps=";
+    sha256 = "sha256-DcFYxTTNg4rQt4WoLexYbeQNp+CWUjrmwIybe9KvC1c=";
   };
 
   postPatch = ''