Skip to content

Commit

Permalink
teleport-ent: 15.1.9 -> 15.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 27, 2024
1 parent a4fc17f commit 173c32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/teleport-ent/pkg.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ fetchurl, stdenv, autoPatchelfHook, buildPhase ? "", ... }:

let
version = "15.1.9";
version = "15.1.10";

fetchSrc = {
x86_64-linux = {
url = "https://cdn.teleport.dev/teleport-ent-v${version}-linux-amd64-bin.tar.gz";
sha256 = "sha256-MRI9MTw7jzWaLn647T9d/CjWs2djlwwzRkKQ32Yhxzk=";
sha256 = "sha256-1p7n8D0NFLXK+mYWWbBMVi51AQK7xI//jRB41Q8xPrQ=";
};
aarch64-linux = {
url = "https://cdn.teleport.dev/teleport-ent-v${version}-linux-arm64-bin.tar.gz";
Expand Down

0 comments on commit 173c32a

Please sign in to comment.