Skip to content

Commit

Permalink
guile-ssh: 0.16.3 -> 0.17.0-unstable-2024-10-15 (NixOS#348857)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Oct 25, 2024
2 parents 8f0377b + 64ef946 commit e826e3d
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 e826e3d

Please sign in to comment.