mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
guile-ssh: 0.16.3 -> 0.17.0-unstable-2024-10-15
This commit is contained in:
parent
8ce18c05e8
commit
64ef94693a
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user