libssh: 0.11.1 -> 0.11.2

This commit is contained in:
R. Ryantm 2025-06-25 01:22:38 +00:00
parent 8019c3d92c
commit 4f2183dd8d

View File

@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "libssh";
version = "0.11.1";
version = "0.11.2";
src = fetchurl {
url = "https://www.libssh.org/files/${lib.versions.majorMinor version}/libssh-${version}.tar.xz";
hash = "sha256-FLfcxy6R4IFRxYuYGntXCrJmP2MOfSg3ZF1anGEsG3k=";
hash = "sha256-aVKfwY9bYB8Lrw5aRQGivCbfXi8Rb1+PB/Gfr6ptBOc=";
};
outputs = [