From 1418c0d0bec1ecf410f6bce844a044b12836e90e Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Thu, 27 Feb 2025 12:36:54 +0200 Subject: [PATCH] teleport_17: 17.2.8 -> 17.2.9 Changelog: https://github.com/gravitational/teleport/releases/tag/v17.2.9 Diff: https://github.com/gravitational/teleport/compare/v17.2.8...v17.2.9 --- pkgs/servers/teleport/17/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/servers/teleport/17/default.nix b/pkgs/servers/teleport/17/default.nix index 67c6b563d0bb..e35240ef82a3 100644 --- a/pkgs/servers/teleport/17/default.nix +++ b/pkgs/servers/teleport/17/default.nix @@ -2,10 +2,10 @@ import ../generic.nix ( args // { - version = "17.2.8"; - hash = "sha256-VjYC5q4hYU+YYW4sgPDpdHKoD4CJtGvIGWSOUGZ5hpQ="; - vendorHash = "sha256-i/U1Zy8wEfhLet9FSj/z9lvWE8gI6Hpz/5GZYbmu1j4="; - pnpmHash = "sha256-wiLpxIxqIYM/DDW9DpUyIvt+5Vf51uVceRxVGA2q9wI="; + version = "17.2.9"; + hash = "sha256-4NOPNw5Hpb2V/M7y+tycCAdNPa/iKKoRdDO1kB3kkjo="; + vendorHash = "sha256-+nmkpUz1gT6qWNz9t2H1Txx1hl+37zXve9G45hEZMDU="; + pnpmHash = "sha256-6ziUPx5sNoMUe3fmzsPwddzNdL9Up6JlBkvq2lE6o5I="; cargoHash = "sha256-FiPfeDnb/FTemE1ZO2Ydg2KUjNmw7U3SCNu6cOqalOM="; } )