about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2024-03-12 14:43:43 -0600
committerGitHub <noreply@github.com>2024-03-12 14:43:43 -0600
commit98114f727107d62da3e8af37473ab081b1fcfb41 (patch)
tree6aefaacff95f849ea038b160b54d4a88b2d3b02f /pkgs/tools
parent037dc6aaecaba9fd6b90ddbe1627f63f1f3e6f7e (diff)
parent41ba7c816bb1061ef2e0b79265c93f1e2bc27240 (diff)
downloadnixlib-98114f727107d62da3e8af37473ab081b1fcfb41.tar
nixlib-98114f727107d62da3e8af37473ab081b1fcfb41.tar.gz
nixlib-98114f727107d62da3e8af37473ab081b1fcfb41.tar.bz2
nixlib-98114f727107d62da3e8af37473ab081b1fcfb41.tar.lz
nixlib-98114f727107d62da3e8af37473ab081b1fcfb41.tar.xz
nixlib-98114f727107d62da3e8af37473ab081b1fcfb41.tar.zst
nixlib-98114f727107d62da3e8af37473ab081b1fcfb41.zip
Merge pull request #295133 from LeSuisse/openssh-9.7p1
openssh: 9.6p1 -> 9.7p1
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/openssh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/openssh/default.nix b/pkgs/tools/networking/openssh/default.nix
index 770c735494f5..2cc6c792381b 100644
--- a/pkgs/tools/networking/openssh/default.nix
+++ b/pkgs/tools/networking/openssh/default.nix
@@ -5,11 +5,11 @@ in
 {
   openssh = common rec {
     pname = "openssh";
-    version = "9.6p1";
+    version = "9.7p1";
 
     src = fetchurl {
       url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz";
-      hash = "sha256-kQIRwHJVqMWtZUORtA7lmABxDdgRndU2LeCThap6d3w=";
+      hash = "sha256-SQQm92bYKidj/KzY2D6j1weYdQx70q/y5X3FZg93P/0=";
     };
 
     extraPatches = [ ./ssh-keysign-8.5.patch ];