Skip to content

Commit

Permalink
guile-ssh: 0.16.3 -> 0.17.0-unstable-2024-10-15
Browse files Browse the repository at this point in the history
  • Loading branch information
leungbk committed Oct 19, 2024
1 parent 8ce18c0 commit 64ef946
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/by-name/gu/guile-ssh/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 64ef946

Please sign in to comment.