guile-ssh: 0.16.3 -> 0.17.0-unstable-2024-10-15

This commit is contained in:
Brian Leung 2024-10-15 11:05:34 -07:00
parent 8ce18c05e8
commit 64ef94693a
No known key found for this signature in database
GPG Key ID: 2D86D6A94C8BB3B1

View File

@ -12,13 +12,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "guile-ssh";
version = "0.16.3";
# XXX: using unstable to ensure proper build with libssh 0.11.1 (https://github.com/artyom-poptsov/guile-ssh/issues/42)
version = "0.17.0-unstable-2024-10-15";
src = fetchFromGitHub {
owner = "artyom-poptsov";
repo = "guile-ssh";
rev = "v${finalAttrs.version}";
hash = "sha256-P29U88QrCjoyl/wdTPZbiMoykd/v6ul6CW/IJn9UAyw=";
rev = "9336580f92f83bb73041c5374b400144a56b4c35";
hash = "sha256-Hwg0xaNSm/SEZfzczjb7o8TJXfzT1mmOk1rJROxahLQ=";
};
patches = [