summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-01 13:12:43 -0500
committerGitHub <noreply@github.com>2023-11-01 13:12:43 -0500
commita6a13bd899f5f7c461ae548158e2519f1063c929 (patch)
tree56193f50952b3363d656b729193e9b0c865739f3 /pkgs/tools/admin
parentc1a7aa731da119b548c003f5bf289d063684ad81 (diff)
parentafc06f2fe9e629b9a773f0711f8b334cd64aac7c (diff)
downloadnixpkgs-a6a13bd899f5f7c461ae548158e2519f1063c929.tar
nixpkgs-a6a13bd899f5f7c461ae548158e2519f1063c929.tar.gz
nixpkgs-a6a13bd899f5f7c461ae548158e2519f1063c929.tar.bz2
nixpkgs-a6a13bd899f5f7c461ae548158e2519f1063c929.tar.lz
nixpkgs-a6a13bd899f5f7c461ae548158e2519f1063c929.tar.xz
nixpkgs-a6a13bd899f5f7c461ae548158e2519f1063c929.tar.zst
nixpkgs-a6a13bd899f5f7c461ae548158e2519f1063c929.zip
Merge pull request #264838 from teutat3s/bump-triton
triton: 7.15.4 -> 7.16.0
Diffstat (limited to 'pkgs/tools/admin')
-rw-r--r--pkgs/tools/admin/triton/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/triton/default.nix b/pkgs/tools/admin/triton/default.nix
index d5841e92457..fa08d4e4bfd 100644
--- a/pkgs/tools/admin/triton/default.nix
+++ b/pkgs/tools/admin/triton/default.nix
@@ -8,16 +8,16 @@
 
 buildNpmPackage rec {
   pname = "triton";
-  version = "7.15.4";
+  version = "7.16.0";
 
   src = fetchFromGitHub {
     owner = "TritonDataCenter";
     repo = "node-triton";
     rev = version;
-    hash = "sha256-RjYJT8Iw9JZzvd2d9zh2CS27qUx12nDi12k+YuTh7tk=";
+    hash = "sha256-JjQAf1pbNraatWvrfys3ydqk3FPOoJ5XWJH/4qgfINk=";
   };
 
-  npmDepsHash = "sha256-2ZTTgJ4LzmlfFoNNNPrrmna5pbREshdw5x9w5N7nasc=";
+  npmDepsHash = "sha256-E5yJwLSNLkK3OfwJrm59C4qfrd2y3nw/45B68MVBqV8=";
 
   dontBuild = true;