Skip to content

Commit

Permalink
guile-ssh: 0.16.2 -> 0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
foo-dogsquared committed Sep 14, 2023
1 parent 59b10da commit 99af48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/guile/guile-ssh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
pname = "guile-ssh";
version = "0.16.2";
version = "0.16.3";

src = fetchFromGitHub {
owner = "artyom-poptsov";
repo = pname;
rev = "v${version}";
sha256 = "sha256-BDnLm5Q+69v8JbrfAn0+XMuWzRvCeUB/prfrKnvw5eY=";
sha256 = "sha256-P29U88QrCjoyl/wdTPZbiMoykd/v6ul6CW/IJn9UAyw=";
};

nativeBuildInputs = [ autoreconfHook pkg-config texinfo which ];
Expand Down

0 comments on commit 99af48e

Please sign in to comment.