about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-02-08 12:01:42 +0000
committerGitHub <noreply@github.com>2024-02-08 12:01:42 +0000
commitb7cf3752c9c532e38cff83647fa188cebab9a6a7 (patch)
treec0ed16503c1d722f40e0623bd0bc8686ef100ba4 /pkgs/tools/text
parentb7b12f9f593cdb888fb836fa6bfd172daf388054 (diff)
parent6556cc0f76bbf14ed87b80b824becaa6e1302a14 (diff)
downloadnixlib-b7cf3752c9c532e38cff83647fa188cebab9a6a7.tar
nixlib-b7cf3752c9c532e38cff83647fa188cebab9a6a7.tar.gz
nixlib-b7cf3752c9c532e38cff83647fa188cebab9a6a7.tar.bz2
nixlib-b7cf3752c9c532e38cff83647fa188cebab9a6a7.tar.lz
nixlib-b7cf3752c9c532e38cff83647fa188cebab9a6a7.tar.xz
nixlib-b7cf3752c9c532e38cff83647fa188cebab9a6a7.tar.zst
nixlib-b7cf3752c9c532e38cff83647fa188cebab9a6a7.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/crowdin-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/crowdin-cli/default.nix b/pkgs/tools/text/crowdin-cli/default.nix
index 1a4115dc4964..61543001aefd 100644
--- a/pkgs/tools/text/crowdin-cli/default.nix
+++ b/pkgs/tools/text/crowdin-cli/default.nix
@@ -14,11 +14,11 @@
 
 stdenv.mkDerivation rec {
   pname = "crowdin-cli";
-  version = "3.17.0";
+  version = "3.18.0";
 
   src = fetchurl {
     url = "https://github.com/crowdin/${pname}/releases/download/${version}/${pname}.zip";
-    hash = "sha256-thiwggDtzQsfbzwWF2tTMRQHfktq+W9fBH6QT7t2gKc=";
+    hash = "sha256-wktEg9JPokKeyEOdK9j55XSefj4rleU1ig5exP83j/g=";
   };
 
   nativeBuildInputs = [ installShellFiles makeWrapper unzip ];