about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-21 05:37:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-21 05:37:06 +0000
commit3973d363ecfcee5f35f42f35a6749ca4602c2cd5 (patch)
tree4ff4211ec5eba64c056f75cf798c16f900c85b47 /pkgs/by-name
parent28eb936285ed02bbd53e3771f1e0153ced640c44 (diff)
trunk-ng: 0.17.8 -> 0.17.10
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/tr/trunk-ng/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/tr/trunk-ng/package.nix b/pkgs/by-name/tr/trunk-ng/package.nix
index 0ba415d1bb968..6c8b7055fc680 100644
--- a/pkgs/by-name/tr/trunk-ng/package.nix
+++ b/pkgs/by-name/tr/trunk-ng/package.nix
@@ -3,13 +3,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "trunk-ng";
-  version = "0.17.8";
+  version = "0.17.10";
 
   src = fetchFromGitHub {
     owner = "ctron";
     repo = "trunk";
     rev = "v${version}";
-    hash = "sha256-ycZIqDBZccPapOK0ZI9Cvq94tRxChrsWX1rhyWh0S2c=";
+    hash = "sha256-F2g/GMxnS5r44i3NIJGOic9f+H5+JbFi3dqMqI6h6JQ=";
   };
 
   nativeBuildInputs = [ pkg-config ];
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
   # requires network
   checkFlags = [ "--skip=tools::tests::download_and_install_binaries" ];
 
-  cargoHash = "sha256-URHArTog34JcuxXHzTQBjQOFMffarNb51d9sUOfjm6c=";
+  cargoHash = "sha256-37nCqRTgbsg2cXu4xwYC/qfodPIxx97Qns8FQe9NroQ=";
 
   meta = with lib; {
     homepage = "https://github.com/ctron/trunk";